aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorLibravatarDaniel Baumann <daniel@debian.org>2025-02-17 07:44:19 +0100
committerLibravatarDaniel Baumann <daniel@debian.org>2025-02-17 07:44:19 +0100
commit45a63a849358a1b392112a52ea4e04ae7558a92a (patch)
treece5c42cee1a2cb895a19fff6618d4697049e2f7e /tox.ini
parent57f6f2234100649ec511b323e201af99abfafbce (diff)
Merging upstream version 2.1.2~dev0+20240910.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini13
1 files changed, 0 insertions, 13 deletions
diff --git a/tox.ini b/tox.ini
index 3756a54..a896eb7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -94,19 +94,6 @@ passenv = HOMEPATH,SSH_AUTH_SOCK
deps = {[baselint]deps}
commands = pre-commit run --all-files
-[testenv:flake8]
-sitepackages = False
-deps = {[baselint]deps}
-commands =
- flake8 --version
- python -c 'import isort; print(isort.__version__)'
- flake8 *.py deluge
-
-[testenv:flake8-complexity]
-sitepackages = False
-deps = {[baselint]deps}
-commands = flake8 --exit-zero --max-complexity 15 deluge
-
[testenv:pylint]
sitepackages = False
ignore_errors = True