mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +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 ];
|
buildInputs = with self; [ nose ];
|
||||||
propagatedBuildInputs = with self; [ toolz ];
|
propagatedBuildInputs = with self; [ toolz ];
|
||||||
|
|
||||||
|
# Disable failing test https://github.com/pytoolz/cytoolz/issues/97
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
nosetests -v $out/${python.sitePackages}
|
NOSE_EXCLUDE=test_curried_exceptions nosetests -v $out/${python.sitePackages}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user