summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:58:08 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:58:10 +0200
commitc1449825d3f99cdb694262130c944e688c228b0c (patch)
tree1378626018d989806bfe5bda8ac8ffe7352ef749
parentdf5181d83bd001a2f4e7218007d63227f04f81e9 (diff)
[INTEGRATION] Pin tox.ini basepython to 3.8
Issue-ID: INT-2222 Change-Id: I8de42ec1e77099b9e4399b115fba038ba2c8a9fb 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