python3Packages.cytoolz: run all tests
This commit is contained in:
parent
536fe36e23
commit
8587a74acf
@ -22,9 +22,8 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
propagatedBuildInputs = [ toolz ];
|
propagatedBuildInputs = [ toolz ];
|
||||||
|
|
||||||
# Failing test https://github.com/pytoolz/cytoolz/issues/122
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
NOSE_EXCLUDE=test_introspect_builtin_modules nosetests -v $out/${python.sitePackages}
|
nosetests -v $out/${python.sitePackages}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user