From: Stephen Finucane Date: Tue, 1 Aug 2023 16:33:39 +0000 (+0100) Subject: tox: Remove redundant environments X-Git-Tag: v3.2.0~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7353784511b6c57475b91920b751071c33e2dcc;p=thirdparty%2Fpatchwork.git tox: Remove redundant environments These were not being used. Signed-off-by: Stephen Finucane --- diff --git a/tox.ini b/tox.ini index f7c9eef2..7836311e 100644 --- a/tox.ini +++ b/tox.ini @@ -37,15 +37,6 @@ passenv = commands = python {toxinidir}/manage.py test --noinput --parallel -v 2 --timing -- {posargs:patchwork} -[testenv:bashate] -deps = bashate -whitelist_externals = bash -commands = - bash -c "find {toxinidir} \ - -not \( -type d -name .?\* -prune \) \ - -not \( -type d -name db -prune \) \ - -name \*.sh -print | xargs bashate -i E006" - [testenv:pep8] deps = pre-commit @@ -66,12 +57,6 @@ deps = commands = sphinx-build -E -W -b dirhtml -d docs/_build/doctrees docs docs/_build/html {posargs} -[testenv:lint] -deps = - pylint - -r{toxinidir}/requirements-prod.txt -commands = pylint patchwork --rcfile=pylint.rc - [testenv:venv] commands = {posargs}