Remove testenv:coala 19/63919/4
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 7 May 2020 20:11:03 +0000 (16:11 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 23 Jul 2020 19:32:45 +0000 (19:32 +0000)
pre-commit is better and properly maintained
we lose the writegoodbear but I would argue that
enforcing this bear doesn't make sense.
no replacement has been found for it.

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I9bf03d36b9c17b261ef83140cd7e9c2ddf5caba1

tox.ini

diff --git a/tox.ini b/tox.ini
index 6b3142e..c09ab70 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,6 @@
 minversion = 1.6
 envlist =
     check-best-practices,
-    coala,
     docs,
     docs-linkcheck,
     pre-commit
@@ -15,22 +14,6 @@ install_command=python -m pip install --no-cache-dir {opts} {packages}
 basepython = python3
 commands = python {toxinidir}/check-best-practices.py
 
-[testenv:coala]
-basepython = python3
-deps =
-    coala
-    coala-bears
-    detox~=0.18
-    nodeenv
-    pygments~=2.3.1
-    # request-2.22.0 does not work with python-3.4.9
-    requests~=2.21.0
-commands =
-    nodeenv -p
-    npm install --global remark-cli remark-lint write-good
-    python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger
-    coala --non-interactive
-
 [testenv:docs]
 basepython = python3
 deps = -rrequirements.txt