Merge "Set ignore_basepython_conflict (fixes confusing pep8 message)"

This commit is contained in:
Zuul 2022-09-09 07:40:59 +00:00 committed by Gerrit Code Review
commit 4b53feefab

View File

@ -2,6 +2,10 @@
minversion = 1.6 minversion = 1.6
skipsdist = True skipsdist = True
envlist = py39,pep8 envlist = py39,pep8
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set
# ignore_basepython_conflict.
ignore_basepython_conflict = True
[testenv] [testenv]
basepython = python3 basepython = python3