python: pytest: 4.6.7 -> 4.6.8

This commit is contained in:
Frederik Rietdijk 2019-12-29 10:28:09 +01:00
parent e6a3eeba8a
commit b95c9a3bfd

View File

@ -3,7 +3,7 @@
, atomicwrites, mock, writeText, pathlib2, wcwidth, packaging, isPyPy , atomicwrites, mock, writeText, pathlib2, wcwidth, packaging, isPyPy
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "4.6.7"; version = "4.6.8";
pname = "pytest"; pname = "pytest";
preCheck = '' preCheck = ''
@ -13,7 +13,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "9ea149066f566c943d3122f4b1cf1b577cab73189d11f490b54703fa5fa9df50"; sha256 = "6192875be8af57b694b7c4904e909680102befcb99e610ef3d9f786952f795aa";
}; };
checkInputs = [ hypothesis mock ]; checkInputs = [ hypothesis mock ];