python3Packages.textblob: add reason for disabled checks (#358687)

This commit is contained in:
Arne Keller
2026-06-18 14:57:32 +00:00
committed by GitHub
@@ -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" ];