python3Packages.pytest: 4.6.9 -> 4.6.11
This commit is contained in:
parent
29ec39c5b3
commit
33ddfcb8d9
@ -3,12 +3,12 @@
|
|||||||
, atomicwrites, mock, writeText, pathlib2, wcwidth, packaging, isPyPy
|
, atomicwrites, mock, writeText, pathlib2, wcwidth, packaging, isPyPy
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "4.6.9";
|
version = "4.6.11";
|
||||||
pname = "pytest";
|
pname = "pytest";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0fgkmpc31nzy97fxfrkqbzycigdwxwwmninx3qhkzp81migggs0r";
|
sha256 = "50fa82392f2120cc3ec2ca0a75ee615be4c479e66669789771f1758332be4353";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ hypothesis mock ];
|
checkInputs = [ hypothesis mock ];
|
||||||
|
Loading…
Reference in New Issue
Block a user