Remove coala check 57/105857/2
authorLuis Gomez <ecelgp@gmail.com>
Mon, 8 May 2023 01:33:42 +0000 (18:33 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 8 May 2023 01:50:16 +0000 (18:50 -0700)
It is failing because py3.10

Change-Id: I153e3c3cdfd392548f6a4412c38de6b4f7273637
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 946192c5017358129d8c7067371cdba2af6d3e45..ba8744fbdc7c823f47a06fa891f3ba07b83a89a9 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -7,19 +7,8 @@ envlist =
     pep8
 skipsdist = true
 
-[testenv:coala]
-basepython = python3
-deps =
-    coala==0.11
-    coala-bears==0.11
-    pygments~=2.3.1
-    # Requests 2.16 breaks dependencies
-    requests<2.16
-commands =
-    python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger
-    coala --non-interactive
-
 [testenv:docs]
+allowlist_externals = echo
 deps = -rdocs/requirements.txt
 commands =
     sphinx-build -W -b html -n -W -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html