python310Packages.passlib: disable another timing sensitive test

This commit is contained in:
Sandro Jäckel
2022-12-06 21:17:15 +01:00
parent 14c8855fee
commit d9760f7538
@@ -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"
];