aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:00:32 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:00:38 +0200
commitc57b24365c08afe394e52808d55e9b70ac878205 (patch)
treeab84d67121a638439cd03e6b409f9ab49df71a2e /bootstrap
parent1431cf6e0518c0856ce9c64168b5427ff8e42d9a (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 'bootstrap')
-rw-r--r--bootstrap/codesearch/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/codesearch/tox.ini b/bootstrap/codesearch/tox.ini
index 3d0305b65..42089bb93 100644
--- a/bootstrap/codesearch/tox.ini
+++ b/bootstrap/codesearch/tox.ini
@@ -4,7 +4,7 @@ skipsdist = true
modules = create_config
[testenv]
-basepython = python3
+basepython = python3.8
deps = -r{toxinidir}/test-requirements.txt
[testenv:pep8]