From: Guillaume Lambert Date: Wed, 26 May 2021 20:02:37 +0000 (+0200) Subject: Chore: replace py27 tox profile by py3 X-Git-Tag: v0.7.0~8 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=9cd2b304287add00917e59442889119e1101de1c;p=releng%2Fdocs-conf.git Chore: replace py27 tox profile by py3 py27 was the default generic profile for jobs written in python 2.7 that is now obsolete. When forcing basepython version to 3, Jenkins advertises the incoherency with a warning. Signed-off-by: Guillaume Lambert Change-Id: I10adbc4c1ee7de333e3bdd9a0e79e418ae49d5d7 --- diff --git a/tox.ini b/tox.ini index e1c090d..ca02a4f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist = docs, docs-linkcheck, pre-commit, - py27 + py3 [testenv] basepython = python3