python3Packages.textblob: disable tests
This commit is contained in:
@@ -21,7 +21,9 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [ nltk ];
|
||||
|
||||
doCheck = true;
|
||||
# Test process requires pytestCheckHook and network access to download wordnet
|
||||
# Error: 'wordnet not found' 'Attempted to load corpora/wordnet'
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "textblob" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user