python: pytest: 3.7.2 -> 3.7.4
This commit is contained in:
parent
630fd86bc7
commit
8a6b20cbad
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user