mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
tox: Drop basepython
Python 2 reached its EOL long time ago and we no longer expect any user may attempt to run tox in Python 2. Removing the option allows us to remove ignore_basepython_conflict. Change-Id: I54c0581e77c924f9d98975964e4470e89fa3d954 Co-authored-by: Takashi Kajinami <kajinamit@oss.nttdata.com> Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -2,12 +2,10 @@
|
|||||||
minversion = 3.18.0
|
minversion = 3.18.0
|
||||||
envlist = linters_latest,ansible_latest
|
envlist = linters_latest,ansible_latest
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
ignore_basepython_conflict = True
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
skip_install = True
|
skip_install = True
|
||||||
install_command = python3 -m pip install {opts} {packages}
|
install_command = python3 -m pip install {opts} {packages}
|
||||||
basepython = python3
|
|
||||||
passenv =
|
passenv =
|
||||||
OS_*
|
OS_*
|
||||||
setenv =
|
setenv =
|
||||||
|
|||||||
Reference in New Issue
Block a user