mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
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 {
|
||||
pname = "Whoosh";
|
||||
@ -8,7 +8,7 @@ buildPythonPackage rec {
|
||||
sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
checkInputs = [ pytest_3 ];
|
||||
|
||||
# Wrong encoding
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user