aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2024-08-26 11:57:37 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2024-08-26 11:57:45 +0200
commit80ba89615a179bc9769a79a5cd0c9122d28d5e5b (patch)
tree409430568181d87ba91399d8f50730af5b2a1188
parent87775948710b4f1552484031ef1b3dfb8643f82f (diff)
Revert the upgrade of python in tox
Issue-ID: INT-2287 Change-Id: I532bf1c9e4034dd26b8c9bc2a9b64da713e34da1 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 61c315026..49eb054df 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skipsdist = true
requires = pip >= 8
[testenv]
-basepython = python3.10
+basepython = python3.8
allowlist_externals =
git
sh