From 9cd2b304287add00917e59442889119e1101de1c Mon Sep 17 00:00:00 2001 From: Guillaume Lambert Date: Wed, 26 May 2021 22:02:37 +0200 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6