aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:07:46 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:07:48 +0200
commit73a12babc65ead5850747c73f48915d00f93ee3b (patch)
tree3b9d3f1320c7bcc53d6859822575b4cf159fa3e2
parent8e16e20ce1cdd4dcb9172fb7b47b35699894d70b (diff)
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222 Change-Id: I979b5adaef95fad472f9e8028aa826c63377ba56 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