From 04d09fec3a75df4fc49b804449f41b56eb304cc3 Mon Sep 17 00:00:00 2001 From: rabi Date: Fri, 6 Jan 2023 09:13:05 +0530 Subject: [PATCH] Fix issues with tox 4.2.4 tox now hard fails if there is mismatch in spec attributes[1]. This works around the issue temporarily. We probably have to drop py38 jobs and specify basepython for py39 target in the future. [1] https://github.com/tox-dev/tox/pull/2824/ Closes-Bug: #2002035 Change-Id: I4256a51afd011048eaaaf5d3c225ab36f75708ed (cherry picked from commit 0c0def6f81b6a71f2a07ae4bec9834d8048edb25) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 5dfd5b7887..91d4d2b1fb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,7 @@ [tox] minversion = 3.18.0 envlist = pep8,py,tht +ignore_base_python_conflict = True [testenv] basepython = python3