python310Packages.passlib: speed test up with pytest-xdist

This commit is contained in:
Sandro Jäckel
2023-04-06 15:45:32 +02:00
committed by Sandro Jäckel
parent d440fe3cc1
commit 1efae9a8ec
@@ -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;