python.pkgs.suds-jurko: use pytest_3

This commit is contained in:
Robert Schütz 2019-03-21 12:45:08 +01:00
parent 56d9affaea
commit 77ab98861c

View File

@ -1,7 +1,7 @@
{ stdenv { stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pytest , pytest_3
, isPyPy , isPyPy
}: }:
@ -16,9 +16,9 @@ buildPythonPackage rec {
sha256 = "1s4radwf38kdh3jrn5acbidqlr66sx786fkwi0rgq61hn4n2bdqw"; sha256 = "1s4radwf38kdh3jrn5acbidqlr66sx786fkwi0rgq61hn4n2bdqw";
}; };
buildInputs = [ pytest ]; checkInputs = [ pytest_3 ];
preBuild = '' postPatch = ''
# fails # fails
substituteInPlace tests/test_transport_http.py \ substituteInPlace tests/test_transport_http.py \
--replace "test_sending_unicode_data" "noop" --replace "test_sending_unicode_data" "noop"