forked from mirrors/nixpkgs
Revert "python-suds-jurko: disable the test suite"
This reverts commit c103b5b236
.
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…
Reference in a new issue