mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
python: pytest: 4.6.7 -> 4.6.8
This commit is contained in:
parent
e6a3eeba8a
commit
b95c9a3bfd
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user