From 10e1119300925fe6f269fc9d624c6d435d407cc0 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 7 May 2020 16:11:03 -0400 Subject: [PATCH] Remove testenv:coala 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 Change-Id: I9bf03d36b9c17b261ef83140cd7e9c2ddf5caba1 --- tox.ini | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/tox.ini b/tox.ini index 6b3142e..c09ab70 100644 --- 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 -- 2.16.6