tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python.pkgs.cytoolz: fix build
Frederik Rietdijk
8 years ago
dceec247
c8aead47
+6
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
cytoolz
default.nix
+6
pkgs/development/python-modules/cytoolz/default.nix
···
23
23
checkInputs = [ nose ];
24
24
propagatedBuildInputs = [ toolz ];
25
25
26
26
+
# File as accidentally included in release
27
27
+
# See https://github.com/pytoolz/cytoolz/issues/116#issuecomment-355770073
28
28
+
postPatch = ''
29
29
+
rm cytoolz/tests/test_curried_doctests.py
30
30
+
'';
31
31
+
26
32
# Disable failing test https://github.com/pytoolz/cytoolz/issues/97
27
33
checkPhase = ''
28
34
NOSE_EXCLUDE=test_curried_exceptions nosetests -v $out/${python.sitePackages}