Skip to content

Commit dceec24

Browse files
committedJan 7, 2018
python.pkgs.cytoolz: fix build
1 parent c8aead4 commit dceec24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎pkgs/development/python-modules/cytoolz/default.nix

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ buildPythonPackage rec {
2323
checkInputs = [ nose ];
2424
propagatedBuildInputs = [ toolz ];
2525

26+
# File as accidentally included in release
27+
# See https://github.com/pytoolz/cytoolz/issues/116#issuecomment-355770073
28+
postPatch = ''
29+
rm cytoolz/tests/test_curried_doctests.py
30+
'';
31+
2632
# Disable failing test https://github.com/pytoolz/cytoolz/issues/97
2733
checkPhase = ''
2834
NOSE_EXCLUDE=test_curried_exceptions nosetests -v $out/${python.sitePackages}

0 commit comments

Comments
 (0)
Please sign in to comment.