python.pkgs.whoosh: use pytest_3

With pytest_42, we get
`[pytest] section in setup.cfg files is no longer supported`.
This commit is contained in:
Robert Schütz 2019-02-14 12:53:34 +01:00 committed by Frederik Rietdijk
parent b8a299c910
commit 1c0844f3f2

View file

@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi, pytest }:
{ stdenv, buildPythonPackage, fetchPypi, pytest_3 }:
buildPythonPackage rec {
pname = "Whoosh";
@ -8,7 +8,7 @@ buildPythonPackage rec {
sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
};
checkInputs = [ pytest ];
checkInputs = [ pytest_3 ];
# Wrong encoding
postPatch = ''