mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
python: pytest: 5.3.2 -> 5.3.5
This commit is contained in:
parent
49f13ce2b9
commit
c67ea834c1
@ -3,7 +3,7 @@
|
|||||||
, atomicwrites, mock, writeText, pathlib2, wcwidth, packaging, isPyPy, python
|
, atomicwrites, mock, writeText, pathlib2, wcwidth, packaging, isPyPy, python
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "5.3.2";
|
version = "5.3.5";
|
||||||
pname = "pytest";
|
pname = "pytest";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "6b571215b5a790f9b41f19f3531c53a45cf6bb8ef2988bc1ff9afb38270b25fa";
|
sha256 = "0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ hypothesis mock ];
|
checkInputs = [ hypothesis mock ];
|
||||||
|
Loading…
Reference in New Issue
Block a user