From: Marek SzwaƂkiewicz Date: Wed, 19 Apr 2023 09:38:53 +0000 (+0200) Subject: Pin tox basepython version to 3.8 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=a0cc83c27b3f292c8b09f93774d5426b5d55dd32 Pin tox basepython version to 3.8 Issue-ID: INT-2222 Change-Id: I436b2edf0d5edf6684f23ae45876440475503142 Signed-off-by: Marek SzwaƂkiewicz --- diff --git a/tox.ini b/tox.ini index 68745ff6..dcffc5f2 100644 --- a/tox.ini +++ b/tox.ini @@ -5,9 +5,12 @@ skipsdist = true requires = pip >= 8 [testenv] -basepython = python3 -whitelist_externals = +basepython = python3.8 +allowlist_externals = git + /bin/sh + sh + /bin/bash bash deps = coala-bears