python2Packages.pytest: 4.6.8 -> 4.6.9
This commit is contained in:
parent
065fd414b5
commit
ac2732e660
@ -3,12 +3,12 @@
|
||||
, atomicwrites, mock, writeText, pathlib2, wcwidth, packaging, isPyPy
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
version = "4.6.8";
|
||||
version = "4.6.9";
|
||||
pname = "pytest";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "6192875be8af57b694b7c4904e909680102befcb99e610ef3d9f786952f795aa";
|
||||
sha256 = "0fgkmpc31nzy97fxfrkqbzycigdwxwwmninx3qhkzp81migggs0r";
|
||||
};
|
||||
|
||||
checkInputs = [ hypothesis mock ];
|
||||
|
Loading…
Reference in New Issue
Block a user