python.pkgs.secp256k1: use current pytest
This commit is contained in:
parent
e3581626ef
commit
2c3c847d64
@ -2,7 +2,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, pytest_28
|
, pytest
|
||||||
, pytestrunner
|
, pytestrunner
|
||||||
, cffi
|
, cffi
|
||||||
, secp256k1
|
, secp256k1
|
||||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ pytest_28 pytestrunner ];
|
checkInputs = [ pytest pytestrunner ];
|
||||||
propagatedBuildInputs = [ cffi secp256k1 ];
|
propagatedBuildInputs = [ cffi secp256k1 ];
|
||||||
|
|
||||||
# Tests are not included in archive
|
# Tests are not included in archive
|
||||||
|
Loading…
Reference in New Issue
Block a user