From a0cc83c27b3f292c8b09f93774d5426b5d55dd32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Szwa=C5=82kiewicz?= Date: Wed, 19 Apr 2023 11:38:53 +0200 Subject: [PATCH] Pin tox basepython version to 3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Issue-ID: INT-2222 Change-Id: I436b2edf0d5edf6684f23ae45876440475503142 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 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 -- 2.16.6