3
0
Fork 0
forked from mirrors/nixpkgs

python: pytest: 3.7.2 -> 3.7.4

This commit is contained in:
Frederik Rietdijk 2018-08-30 17:42:48 +02:00 committed by Frederik Rietdijk
parent 630fd86bc7
commit 8a6b20cbad

View file

@ -3,7 +3,7 @@
, atomicwrites, mock, writeText, pathlib2
}:
buildPythonPackage rec {
version = "3.7.2";
version = "3.7.4";
pname = "pytest";
preCheck = ''
@ -13,7 +13,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "3459a123ad5532852d36f6f4501dfe1acf4af1dd9541834a164666aa40395b02";
sha256 = "2d7c49e931316cc7d1638a3e5f54f5d7b4e5225972b3c9838f3584788d27f349";
};
checkInputs = [ hypothesis mock ];