python.pkgs.suds-jurko: use pytest_3
This commit is contained in:
parent
56d9affaea
commit
77ab98861c
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{ stdenv
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pytest
|
||||
, pytest_3
|
||||
, isPyPy
|
||||
}:
|
||||
|
||||
|
@ -16,9 +16,9 @@ buildPythonPackage rec {
|
|||
sha256 = "1s4radwf38kdh3jrn5acbidqlr66sx786fkwi0rgq61hn4n2bdqw";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
checkInputs = [ pytest_3 ];
|
||||
|
||||
preBuild = ''
|
||||
postPatch = ''
|
||||
# fails
|
||||
substituteInPlace tests/test_transport_http.py \
|
||||
--replace "test_sending_unicode_data" "noop"
|
||||
|
|
Loading…
Reference in a new issue