From 2c3c847d64dfe458d81bcb51afebdecaa4ad0cb5 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 20 Jan 2018 12:54:40 +0100 Subject: [PATCH] python.pkgs.secp256k1: use current pytest --- pkgs/development/python-modules/secp256k1/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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