From 5b32c22ffcba42cf68fc02b2e6348fcd4ab5ef42 Mon Sep 17 00:00:00 2001 From: Marek SzwaƂkiewicz Date: Tue, 18 Apr 2023 15:14:13 +0200 Subject: Pin tox.ini basepython to 3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: INT-2222 Change-Id: Ib8c7827b3d8ad04f56f1e915d906e18d6f26953f Signed-off-by: Marek SzwaƂkiewicz --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a166d9c..2e06db4 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = true requires = pip >= 8 [testenv] -basepython = python3 +basepython = python3.8 allowlist_externals = git bash -- cgit 1.2.3-korg