forked from mirrors/nixpkgs
pythonPackages.pytest: 4.6.3 -> 4.6.5
This commit is contained in:
parent
dcf786eb23
commit
1615ce80b1
|
@ -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.3";
|
version = "4.6.5";
|
||||||
pname = "pytest";
|
pname = "pytest";
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "4a784f1d4f2ef198fe9b7aef793e9fa1a3b2f84e822d9b3a64a181293a572d45";
|
sha256 = "8fc39199bdda3d9d025d3b1f4eb99a192c20828030ea7c9a0d2840721de7d347";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ hypothesis mock ];
|
checkInputs = [ hypothesis mock ];
|
||||||
|
|
Loading…
Reference in a new issue