From 944b0d610185ba95d271e7075ec68796a404589f Mon Sep 17 00:00:00 2001 From: Marek SzwaƂkiewicz Date: Wed, 19 Apr 2023 10:17:31 +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: Id84a8d59a1ea9169b1dbc50dd7e27355198c674f 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 6f18d1e..4267350 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