Merge pull request #204847 from SuperSandro2000/python310-passlib

This commit is contained in:
Sandro
2022-12-07 22:47:33 +01:00
committed by GitHub
@@ -32,9 +32,9 @@ buildPythonPackage rec {
disabledTests = [
# timming sensitive
"test_dummy_verify"
]
# These tests fail because they don't expect support for algorithms provided through libxcrypt
++ lib.optionals stdenv.isDarwin [
"test_encrypt_cost_timing"
] ++ lib.optionals stdenv.isDarwin [
# These tests fail because they don't expect support for algorithms provided through libxcrypt
"test_82_crypt_support"
];