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
commit 2afab9890b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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