python: pytest: 5.2.1 -> 5.2.2

This commit is contained in:
Frederik Rietdijk 2019-11-11 12:13:40 +01:00
parent be48e82eeb
commit fbe93c074b

View File

@ -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.2.1"; version = "5.2.2";
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 = "ca563435f4941d0cb34767301c27bc65c510cb82e90b9ecf9cb52dc2c63caaa0"; sha256 = "27abc3fef618a01bebb1f0d6d303d2816a99aa87a5968ebc32fe971be91eb1e6";
}; };
checkInputs = [ hypothesis mock ]; checkInputs = [ hypothesis mock ];