python: pytest: 5.1.0 -> 5.2.1
This commit is contained in:
parent
501314c9e8
commit
bff8343481
@ -3,7 +3,7 @@
|
|||||||
, atomicwrites, mock, writeText, pathlib2, wcwidth, packaging, isPyPy, python
|
, atomicwrites, mock, writeText, pathlib2, wcwidth, packaging, isPyPy, python
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "5.1.0";
|
version = "5.2.1";
|
||||||
pname = "pytest";
|
pname = "pytest";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "3805d095f1ea279b9870c3eeae5dddf8a81b10952c8835cd628cf1875b0ef031";
|
sha256 = "ca563435f4941d0cb34767301c27bc65c510cb82e90b9ecf9cb52dc2c63caaa0";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ hypothesis mock ];
|
checkInputs = [ hypothesis mock ];
|
||||||
|
Loading…
Reference in New Issue
Block a user