python-suds-jurko: disable tests to fix the build

Fixes https://github.com/NixOS/nixpkgs/issues/64440.
This commit is contained in:
Peter Simons 2019-07-11 19:20:40 +02:00
parent c924032b68
commit 118af58d33

View file

@ -1,7 +1,6 @@
{ stdenv
, buildPythonPackage
, fetchPypi
, pytest_3
, isPyPy
}:
@ -16,7 +15,7 @@ buildPythonPackage rec {
sha256 = "1s4radwf38kdh3jrn5acbidqlr66sx786fkwi0rgq61hn4n2bdqw";
};
checkInputs = [ pytest_3 ];
doCheck = false;
postPatch = ''
# fails