forked from mirrors/nixpkgs
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
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
version = "5.3.2";
|
||||
version = "5.3.5";
|
||||
pname = "pytest";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "6b571215b5a790f9b41f19f3531c53a45cf6bb8ef2988bc1ff9afb38270b25fa";
|
||||
sha256 = "0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d";
|
||||
};
|
||||
|
||||
checkInputs = [ hypothesis mock ];
|
||||
|
|
Loading…
Reference in a new issue