python3Packages.keyring: disable tests that fail with Darwin sandbox

This commit is contained in:
Randy Eckenrode 2023-05-24 19:34:13 -04:00
parent bc7872990b
commit 9eefe2b8b9
No known key found for this signature in database
GPG key ID: 64C1CD4EC2A600D9

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";