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:
parent
b8a299c910
commit
1c0844f3f2
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, pytest }:
|
{ stdenv, buildPythonPackage, fetchPypi, pytest_3 }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Whoosh";
|
pname = "Whoosh";
|
||||||
@ -8,7 +8,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
|
sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest_3 ];
|
||||||
|
|
||||||
# Wrong encoding
|
# Wrong encoding
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user