Merge pull request #112133 from dotlambda/cytoolz-tests

python3Packages.cytoolz: run all tests
This commit is contained in:
Sandro 2021-02-07 01:10:11 +01:00 committed by GitHub
commit 1f218c632d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -22,9 +22,8 @@ buildPythonPackage rec {
checkInputs = [ nose ];
propagatedBuildInputs = [ toolz ];
# Failing test https://github.com/pytoolz/cytoolz/issues/122
checkPhase = ''
NOSE_EXCLUDE=test_introspect_builtin_modules nosetests -v $out/${python.sitePackages}
nosetests -v $out/${python.sitePackages}
'';
meta = {