diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2024-08-26 11:57:37 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2024-08-26 11:57:45 +0200 |
commit | 80ba89615a179bc9769a79a5cd0c9122d28d5e5b (patch) | |
tree | 409430568181d87ba91399d8f50730af5b2a1188 | |
parent | 87775948710b4f1552484031ef1b3dfb8643f82f (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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ skipsdist = true requires = pip >= 8 [testenv] -basepython = python3.10 +basepython = python3.8 allowlist_externals = git sh |