summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:14:13 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:14:16 +0200
commit5b32c22ffcba42cf68fc02b2e6348fcd4ab5ef42 (patch)
tree2fbbd256c0c8bc0628475478b0c0d2abf768ead6
parent8e2a60ac2cc208a3a1548c9415eb516611f61fed (diff)
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222 Change-Id: Ib8c7827b3d8ad04f56f1e915d906e18d6f26953f 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