mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
pythonPackages.cytoolz: disable failing test
This commit is contained in:
parent
8b3db9a0dd
commit
1652a136e4
@ -4422,8 +4422,9 @@ in {
|
||||
buildInputs = with self; [ nose ];
|
||||
propagatedBuildInputs = with self; [ toolz ];
|
||||
|
||||
# Disable failing test https://github.com/pytoolz/cytoolz/issues/97
|
||||
checkPhase = ''
|
||||
nosetests -v $out/${python.sitePackages}
|
||||
NOSE_EXCLUDE=test_curried_exceptions nosetests -v $out/${python.sitePackages}
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user