pypyPackages: disable some tests

This commit is contained in:
Domen Kožar 2015-10-28 16:45:35 +01:00
parent 7d3fad3456
commit 31bd83a126

View File

@ -3504,6 +3504,7 @@ let
substituteInPlace test-requirements.txt --replace 'nose==1.3' 'nose'
'';
doCheck = !isPy3k; # lots of transient failures
checkPhase = ''
# Not worth the trouble
rm test/with_dummyserver/test_proxy_poolmanager.py
@ -16245,6 +16246,7 @@ let
sqlalchemy9 = buildPythonPackage rec {
name = "SQLAlchemy-0.9.9";
doCheck = !isPyPy; # lots of tests fail
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/S/SQLAlchemy/${name}.tar.gz";
@ -20611,6 +20613,7 @@ let
suds-jurko = buildPythonPackage rec {
name = "suds-jurko-${version}";
version = "0.6";
disabled = isPyPy; # lots of failures
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/s/suds-jurko/${name}.zip";