python3Packages.textblob: disable tests

This commit is contained in:
Dilip
2026-06-18 14:53:52 +02:00
committed by Weijia Wang
parent 128ed94793
commit 008599f125
@@ -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" ];