From: Luis Gomez Date: Mon, 8 May 2023 01:33:42 +0000 (-0700) Subject: Remove coala check X-Git-Tag: release/potassium~15 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F105857%2F2;p=integration%2Fdistribution.git Remove coala check It is failing because py3.10 Change-Id: I153e3c3cdfd392548f6a4412c38de6b4f7273637 Signed-off-by: Luis Gomez --- diff --git a/tox.ini b/tox.ini index 946192c5..ba8744fb 100644 --- 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