tox4: Add ignore_basepython_conflict = True to tox.ini

With latest tox (>4.0.15) python version conflicted with base
python. Adding ignore_basepython_conflict = True solves this
issue.

Change-Id: I4711cdb1741c0348bc81049be53a5480945e7e12
This commit is contained in:
elajkat 2023-01-09 11:07:02 +01:00
parent e5b3ca7924
commit e7518f6fcf
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[tox]
envlist = py39,pep8,pylint
minversion = 3.18.0
ignore_basepython_conflict = True
[testenv]
basepython = {env:TOX_PYTHON:python3}