From: Marek SzwaƂkiewicz Date: Mon, 26 Aug 2024 09:57:37 +0000 (+0200) Subject: Revert the upgrade of python in tox X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=80ba89615a179bc9769a79a5cd0c9122d28d5e5b;p=integration.git Revert the upgrade of python in tox Issue-ID: INT-2287 Change-Id: I532bf1c9e4034dd26b8c9bc2a9b64da713e34da1 Signed-off-by: Marek SzwaƂkiewicz --- 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