diff --git a/pkgs/development/python-modules/secp256k1/default.nix b/pkgs/development/python-modules/secp256k1/default.nix index 796ac0ff92d..4fcea824800 100644 --- a/pkgs/development/python-modules/secp256k1/default.nix +++ b/pkgs/development/python-modules/secp256k1/default.nix @@ -2,7 +2,7 @@ , buildPythonPackage , fetchPypi , pkgconfig -, pytest_28 +, pytest , pytestrunner , cffi , secp256k1 @@ -18,7 +18,7 @@ buildPythonPackage rec { }; nativeBuildInputs = [ pkgconfig ]; - buildInputs = [ pytest_28 pytestrunner ]; + checkInputs = [ pytest pytestrunner ]; propagatedBuildInputs = [ cffi secp256k1 ]; # Tests are not included in archive