summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:06:46 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:06:49 +0200
commit62298c0f673365769c536f79a4d07c188b308819 (patch)
tree733aafbaab00a08c954e8977c13c0111e4dd6436
parentfe7d01e5b6ead8f8075ef54337899d855fd465c8 (diff)
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222 Change-Id: I2afde7be59f158e041f1df9ac826ac96d793d0da 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 ee267f9..3e68938 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skipsdist = true
requires = pip >= 20
[testenv]
-basepython = python3
+basepython = python3.8
allowlist_externals =
git
bash