aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:10:53 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:10:55 +0200
commit7052fde11c903b9eacdc0f59c00d3bdb1604d7c9 (patch)
tree4d96f4263c4302aa6d60a9fa67afaea7652f73f7
parent14c53e04f23273ac50347cf61b78632ee5fc9fdc (diff)
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222 Change-Id: Ic373dd87361f070bd189de246610aa9eb09f1724 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