mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-03 06:19:10 +03:00
python.pkgs.secp256k1: use current pytest
This commit is contained in:
parent
e3581626ef
commit
2c3c847d64
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue