Code Review
/
releng
/
docs-conf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
dac1f24
)
Chore: replace py27 tox profile by py3
20/67820/3
author
Guillaume Lambert
<guillaume.lambert@orange.com>
Wed, 26 May 2021 20:02:37 +0000
(22:02 +0200)
committer
Guillaume Lambert
<guillaume.lambert@orange.com>
Wed, 26 May 2021 21:27:54 +0000
(23:27 +0200)
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 <guillaume.lambert@orange.com>
Change-Id: I10adbc4c1ee7de333e3bdd9a0e79e418ae49d5d7
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
e1c090d
..
ca02a4f
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-4,7
+4,7
@@
envlist =
docs,
docs-linkcheck,
pre-commit,
- py
27
+ py
3
[testenv]
basepython = python3