3
0
Fork 0
forked from mirrors/nixpkgs

python.pkgs.suds-jurko: use pytest_3

(cherry picked from commit 77ab98861c)
This commit is contained in:
Robert Schütz 2019-03-21 12:45:08 +01:00
parent de4b0ab5a8
commit cfe9cc1f22

View file

@ -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"