python: pytest: 5.2.4 -> 5.3.2

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:20 +01:00
parent 1220bbd737
commit f286d1daca

View file

@ -3,7 +3,7 @@
, atomicwrites, mock, writeText, pathlib2, wcwidth, packaging, isPyPy, python
}:
buildPythonPackage rec {
version = "5.2.4";
version = "5.3.2";
pname = "pytest";
disabled = !isPy3k;
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "ff0090819f669aaa0284d0f4aad1a6d9d67a6efdc6dd4eb4ac56b704f890a0d6";
sha256 = "6b571215b5a790f9b41f19f3531c53a45cf6bb8ef2988bc1ff9afb38270b25fa";
};
checkInputs = [ hypothesis mock ];