From e5a6166f51f55a6510d985c73aa3bf635b265cc2 Mon Sep 17 00:00:00 2001 From: Marek SzwaƂkiewicz Date: Wed, 19 Apr 2023 10:10:17 +0200 Subject: Pin tox basepython version to 3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: INT-2222 Change-Id: I06c2bf2eece810f3ef67f6d9a880fb2c3a391fd9 Signed-off-by: Marek SzwaƂkiewicz --- tox.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- cgit 1.2.3-korg