]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: Remove redundant environments
authorStephen Finucane <stephen@that.guru>
Tue, 1 Aug 2023 16:33:39 +0000 (17:33 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 1 Aug 2023 16:36:10 +0000 (17:36 +0100)
These were not being used.

Signed-off-by: Stephen Finucane <stephen@that.guru>
tox.ini

diff --git a/tox.ini b/tox.ini
index f7c9eef266c4ddb89bb128c4ef10925e00dc6870..7836311ebd8e953a92d4b15b45427f73a60d1cd9 100644 (file)
--- 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}