Pin tox.ini basepython to 3.8
[integration.git] / test / security / check_versions / tox.ini
index 78510e7..703ee28 100644 (file)
@@ -3,7 +3,7 @@ envlist = black, pylint
 skipsdist = true
 
 [testenv]
-basepython = python3
+basepython = python3.8
 deps = -r{toxinidir}/env/requirements-dev.txt
 
 [testenv:black]