Ignore base python conflict

... to avoid the failure in CI.

py38: 205 E failed with env name py38 conflicting with base python
python3 [tox/session/cmd/run/single.py:56]

Change-Id: I0b4a1f3087dc0dd27f4c05bd98088eaefab66b35
This commit is contained in:
Takashi Kajinami 2024-01-09 14:15:10 +09:00
parent 6ac07cb0c2
commit 9dcfe2fde1
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[tox]
minversion = 3.18.0
envlist = docs,pep8
ignore_basepython_conflict = True
skipsdist = True
[testenv]