From: Marek SzwaƂkiewicz Date: Wed, 19 Apr 2023 08:10:17 +0000 (+0200) Subject: Pin tox basepython version to 3.8 X-Git-Tag: 1.12.2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e5a6166f51f55a6510d985c73aa3bf635b265cc2;p=testsuite.git Pin tox basepython version to 3.8 Issue-ID: INT-2222 Change-Id: I06c2bf2eece810f3ef67f6d9a880fb2c3a391fd9 Signed-off-by: Marek SzwaƂkiewicz --- diff --git a/tox.ini b/tox.ini index c06bb465..a5d674e3 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