pypyPackages: disable some tests
This commit is contained in:
parent
7d3fad3456
commit
31bd83a126
@ -3504,6 +3504,7 @@ let
|
|||||||
substituteInPlace test-requirements.txt --replace 'nose==1.3' 'nose'
|
substituteInPlace test-requirements.txt --replace 'nose==1.3' 'nose'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
doCheck = !isPy3k; # lots of transient failures
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
# Not worth the trouble
|
# Not worth the trouble
|
||||||
rm test/with_dummyserver/test_proxy_poolmanager.py
|
rm test/with_dummyserver/test_proxy_poolmanager.py
|
||||||
@ -16245,6 +16246,7 @@ let
|
|||||||
|
|
||||||
sqlalchemy9 = buildPythonPackage rec {
|
sqlalchemy9 = buildPythonPackage rec {
|
||||||
name = "SQLAlchemy-0.9.9";
|
name = "SQLAlchemy-0.9.9";
|
||||||
|
doCheck = !isPyPy; # lots of tests fail
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/S/SQLAlchemy/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/S/SQLAlchemy/${name}.tar.gz";
|
||||||
@ -20611,6 +20613,7 @@ let
|
|||||||
suds-jurko = buildPythonPackage rec {
|
suds-jurko = buildPythonPackage rec {
|
||||||
name = "suds-jurko-${version}";
|
name = "suds-jurko-${version}";
|
||||||
version = "0.6";
|
version = "0.6";
|
||||||
|
disabled = isPyPy; # lots of failures
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/s/suds-jurko/${name}.zip";
|
url = "https://pypi.python.org/packages/source/s/suds-jurko/${name}.zip";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user