python-suds-jurko: disable the test suite

The test suite was broken by ee38a0d183c09f5278e5b80085719b5fe08c760f.
This commit is contained in:
Peter Simons 2019-03-10 12:13:37 +01:00
parent a2b7b2fd83
commit c103b5b236

@ -18,11 +18,7 @@ buildPythonPackage rec {
buildInputs = [ pytest ];
preBuild = ''
# fails
substituteInPlace tests/test_transport_http.py \
--replace "test_sending_unicode_data" "noop"
'';
doCheck = false; # v0.6 is broken with recent pytest 4.x
meta = with stdenv.lib; {
description = "Lightweight SOAP client (Jurko's fork)";