diff options
author | 2023-04-18 15:00:32 +0200 | |
---|---|---|
committer | 2023-04-18 15:00:38 +0200 | |
commit | c57b24365c08afe394e52808d55e9b70ac878205 (patch) | |
tree | ab84d67121a638439cd03e6b409f9ab49df71a2e /test/security | |
parent | 1431cf6e0518c0856ce9c64168b5427ff8e42d9a (diff) |
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222
Change-Id: Id4577f676d914b1925949586771880fde1fa32e1
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Diffstat (limited to 'test/security')
-rw-r--r-- | test/security/check_versions/tox.ini | 2 | ||||
-rw-r--r-- | test/security/tox.ini | 2 |
2 files changed, 2 insertions, 2 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] diff --git a/test/security/tox.ini b/test/security/tox.ini index fde5cd49c..7ebf8e4c8 100644 --- a/test/security/tox.ini +++ b/test/security/tox.ini @@ -6,4 +6,4 @@ skipsdist = True deps = -r{toxinidir}/requirements.txt [testenv:security] -basepython = python3 +basepython = python3.8 |