aboutsummaryrefslogtreecommitdiffstats
path: root/test/security/check_versions/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'test/security/check_versions/tox.ini')
-rw-r--r--test/security/check_versions/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/security/check_versions/tox.ini b/test/security/check_versions/tox.ini
index 78510e7a3..703ee280a 100644
--- a/test/security/check_versions/tox.ini
+++ b/test/security/check_versions/tox.ini
@@ -3,7 +3,7 @@ envlist = black, pylint
skipsdist = true
[testenv]
-basepython = python3
+basepython = python3.8
deps = -r{toxinidir}/env/requirements-dev.txt
[testenv:black]