python.pkgs.cytoolz: disable a test
This commit is contained in:
parent
b5136138bd
commit
b5cb0f0dee
|
@ -22,9 +22,9 @@ buildPythonPackage rec {
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
propagatedBuildInputs = [ toolz ];
|
propagatedBuildInputs = [ toolz ];
|
||||||
|
|
||||||
# Disable failing test https://github.com/pytoolz/cytoolz/issues/97
|
# Failing test https://github.com/pytoolz/cytoolz/issues/122
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
NOSE_EXCLUDE=test_curried_exceptions nosetests -v $out/${python.sitePackages}
|
NOSE_EXCLUDE=test_introspect_builtin_modules nosetests -v $out/${python.sitePackages}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue