Replace Tempest tox deprecated 'all-plugin' env to 'all' env
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
Fix Released
|
Undecided
|
Ghanshyam Mann | ||
tempest |
In Progress
|
Low
|
Unassigned |
Bug Description
Tempest recently moved tox default to py3 including all-plugin env.
-https:/
This will fail the py2 jobs which are using all-plugin tox env. Because tox all-plugin
env var enable the sitepackages=True. Py2 jobs install the tempest plugins on py2 and all-plugin
tox try to find the installed plugins on py3 which cause no test to run and fail the job.
- https:/
tox all-plugin has been deprecated since long and not supposed to use for plugins who already in migrated to separate repo in queens cycle.
We need to replace the deprecated 'all-plugin; to 'all' env. Once all user are moved then we need to remove this from Tempest.
Changed in tempest: | |
status: | New → Confirmed |
Changed in tempest: | |
status: | Confirmed → In Progress |
Fix proposed to branch: master /review. opendev. org/706384
Review: https:/