Merge pull request #234125 from reckenrode/keyring-darwin-sandbox

python3Packages.keyring: disable tests that fail with Darwin sandbox
This commit is contained in:
Mario Rodas 2023-05-28 01:32:46 -05:00 committed by GitHub
commit abb01bca6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,9 @@ buildPythonPackage rec {
disabledTestPaths = [
"tests/backends/test_macOS.py"
];
]
# These tests fail when sandboxing is enabled because they are unable to get a password from keychain.
++ lib.optional stdenv.isDarwin "tests/test_multiprocess.py";
meta = with lib; {
description = "Store and access your passwords safely";