Loading pkgs/development/python-modules/keyring/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/development/python-modules/keyring/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading