From d828ef2c5678e577fd44ea7d5b35ad585bc691a3 Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Wed, 13 May 2020 14:35:22 -0600 Subject: [PATCH] ignore basepython conflict in tox openstack-discuss/2020-May/014812.html Change-Id: I1dbde1c257a0d8b2c641295098980f5bb7a1c058 --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index ebf05c518..8341bb5f8 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,11 @@ minversion = 3.2.0 envlist = pep8,py37,py36 skipsdist = True +# 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] basepython = python3 usedevelop = True