mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
python-suds-jurko: disable the test suite
The test suite was broken by ee38a0d183
.
This commit is contained in:
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)";
|
||||
|
Loading…
Reference in New Issue
Block a user