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 0c0def6f81)
This commit is contained in:
rabi 2023-01-06 09:13:05 +05:30 committed by Rabi Mishra
parent a044fb80b4
commit 04d09fec3a
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[tox]
minversion = 3.18.0
envlist = pep8,py,tht
ignore_base_python_conflict = True
[testenv]
basepython = python3