pythonPackages.cytoolz: disable failing test

This commit is contained in:
Frederik Rietdijk 2017-02-03 10:04:35 +01:00
parent 8b3db9a0dd
commit 1652a136e4

View File

@ -4422,8 +4422,9 @@ in {
buildInputs = with self; [ nose ]; buildInputs = with self; [ nose ];
propagatedBuildInputs = with self; [ toolz ]; propagatedBuildInputs = with self; [ toolz ];
# Disable failing test https://github.com/pytoolz/cytoolz/issues/97
checkPhase = '' checkPhase = ''
nosetests -v $out/${python.sitePackages} NOSE_EXCLUDE=test_curried_exceptions nosetests -v $out/${python.sitePackages}
''; '';
meta = { meta = {