summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:07:16 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:07:18 +0200
commit284fa3e29a0d666cbfc34346a3b19ed368d3c2ca (patch)
treed89bbd2a3c4fe388b445464553ca779b6cbba297
parentee0c678ac5ed3f5442bedae3c33767d81a810c35 (diff)
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222 Change-Id: Id66ce426d8fd40babb71211c2a83e252a67152ac Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1e057a2..72b57ab 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skipsdist = true
requires = pip >= 8
[testenv]
-basepython = python3
+basepython = python3.8
allowlist_externals =
git
bash