Revert "python-suds-jurko: disable the test suite"

This reverts commit c103b5b236.
This commit is contained in:
Robert Schütz 2019-03-21 12:44:45 +01:00
parent 48d1219a92
commit 56d9affaea

View file

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