Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python.pkgs.cytoolz: fix build

+6
+6
pkgs/development/python-modules/cytoolz/default.nix
··· 23 23 checkInputs = [ nose ]; 24 24 propagatedBuildInputs = [ toolz ]; 25 25 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 + 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}