diff --git a/pkgs/development/python-modules/slh-dsa/default.nix b/pkgs/development/python-modules/slh-dsa/default.nix index 8e28fe5f7f28..b28d4d02b8cb 100644 --- a/pkgs/development/python-modules/slh-dsa/default.nix +++ b/pkgs/development/python-modules/slh-dsa/default.nix @@ -33,6 +33,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "slhdsa" ]; + nativeCheckInputs = [ + pytestCheckHook + pytest-xdist + ]; + meta = { description = "Pure Python implementation of the SLH-DSA algorithm"; homepage = "https://github.com/colinxu2020/slhdsa";