python310Packages.passlib: speed test up with pytest-xdist

This commit is contained in:
Sandro Jäckel 2023-03-26 22:25:30 +02:00 committed by Sandro Jäckel
parent d440fe3cc1
commit 1efae9a8ec
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -6,6 +6,7 @@
, cryptography
, pytestCheckHook
, pythonOlder
, pytest-xdist
}:
buildPythonPackage rec {
@ -28,6 +29,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-xdist
] ++ passthru.optional-dependencies.argon2
++ passthru.optional-dependencies.bcrypt
++ passthru.optional-dependencies.totp;