python: pytest: 3.7.1 -> 3.7.2
This commit is contained in:
parent
6a2f30ab54
commit
617c8ee925
@ -3,7 +3,7 @@
|
|||||||
, atomicwrites, mock, writeText, pathlib2
|
, atomicwrites, mock, writeText, pathlib2
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "3.7.1";
|
version = "3.7.2";
|
||||||
pname = "pytest";
|
pname = "pytest";
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "86a8dbf407e437351cef4dba46736e9c5a6e3c3ac71b2e942209748e76ff2086";
|
sha256 = "3459a123ad5532852d36f6f4501dfe1acf4af1dd9541834a164666aa40395b02";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ hypothesis mock ];
|
checkInputs = [ hypothesis mock ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user