python: pytest: 5.2.2 -> 5.2.4
This commit is contained in:
parent
2c00923a57
commit
366a373e35
@ -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.2.2";
|
version = "5.2.4";
|
||||||
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 = "27abc3fef618a01bebb1f0d6d303d2816a99aa87a5968ebc32fe971be91eb1e6";
|
sha256 = "ff0090819f669aaa0284d0f4aad1a6d9d67a6efdc6dd4eb4ac56b704f890a0d6";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ hypothesis mock ];
|
checkInputs = [ hypothesis mock ];
|
||||||
|
Loading…
Reference in New Issue
Block a user