Skip to content

Commit

Permalink
python.pkgs.cytoolz: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jan 7, 2018
1 parent c8aead4 commit dceec24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/cytoolz/default.nix
Expand Up @@ -23,6 +23,12 @@ buildPythonPackage rec {
checkInputs = [ nose ];
propagatedBuildInputs = [ toolz ];

# File as accidentally included in release
# See https://github.com/pytoolz/cytoolz/issues/116#issuecomment-355770073
postPatch = ''
rm cytoolz/tests/test_curried_doctests.py
'';

# Disable failing test https://github.com/pytoolz/cytoolz/issues/97
checkPhase = ''
NOSE_EXCLUDE=test_curried_exceptions nosetests -v $out/${python.sitePackages}
Expand Down

0 comments on commit dceec24

Please sign in to comment.