summaryrefslogtreecommitdiff
path: root/testenv/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r--testenv/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini
index c0efad82..2f8c08d0 100644
--- a/testenv/tox.ini
+++ b/testenv/tox.ini
@@ -3,7 +3,7 @@ envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint, shellcheck
skipsdist = true
[testenv]
-basepython = python3.11
+basepython = python3.12
sitepackages = true
changedir = /src
@@ -11,7 +11,7 @@ changedir = /src
allowlist_externals = bash
commands = bash -c 'flake8 --config=testenv/linters/flake8.ini kvmd testenv/tests *.py'
deps =
- flake8==5.0.4
+ flake8
flake8-quotes
-rrequirements.txt