python.pkgs.keyring: use current pytest
This commit is contained in:
parent
3fa9702958
commit
24e2e6d67d
@ -1,7 +1,7 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi
|
||||
, secretstorage
|
||||
, fs, gdata, python_keyczar, pyasn1, pycrypto, six, setuptools_scm
|
||||
, mock, pytest_28, pytestrunner }:
|
||||
, mock, pytest, pytestrunner }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "${pname}-${version}";
|
||||
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
fs gdata python_keyczar pyasn1 pycrypto six setuptools_scm
|
||||
];
|
||||
|
||||
checkInputs = [ mock pytest_28 pytestrunner ];
|
||||
checkInputs = [ mock pytest pytestrunner ];
|
||||
|
||||
propagatedBuildInputs = [ secretstorage ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user