Revert "python-suds-jurko: disable the test suite"
This reverts commit c103b5b236019323ab0df03b7e5a45f86dc2542e.
This commit is contained in:
parent
48d1219a92
commit
56d9affaea
@ -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)";
|
||||
|
Loading…
x
Reference in New Issue
Block a user