python: pytest: 5.3.2 -> 5.3.5

This commit is contained in:
Frederik Rietdijk 2020-01-30 21:28:57 +01:00
parent 49f13ce2b9
commit c67ea834c1

View file

@ -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 ];