aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:05:45 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:05:47 +0200
commitb75083c946d2a40673a5074af23dffc3fef6f365 (patch)
tree44aee0341f0756a96e2e73c086ebf1ca067ee05d
parentfde61f313311b41bc21f6ca7e6e6907e18b99a3b (diff)
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222 Change-Id: I994c8331816cfb7ff7dcd30c978b9bf9f4de716a 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 a166d9c..2e06db4 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