aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:10:23 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:10:25 +0200
commit4953ba5958fc7a37993c30533761f005df2bb6e4 (patch)
treec8e486c70941dbd0ffb71e85b84de700a10530b4
parentd699c905603620c18089d6d18108d6de7b7557d6 (diff)
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222 Change-Id: Iafb8fc9ba9d73400edbb1e2035a5c6770e92221e 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 550ec1f..57356fa 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