diff options
author | Ghanshyam <gmann@ghanshyammann.com> | 2020-02-06 14:39:29 -0600 |
---|---|---|
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | 2020-02-09 22:19:38 +0000 |
commit | 4f3883775dc435fb76250d854aa460bc9ca25433 (patch) | |
tree | db89e5e43991494a412acafede2ef627ccf619f0 /.zuul.yaml | |
parent | 911f372bbe4f15f295235e17bf4f7f372bc1a62e (diff) | |
download | designate-4f3883775dc435fb76250d854aa460bc9ca25433.tar.gz |
Use Tempest 'all' tox env
Tempest recently moved tox default
to py3 including all-plugin env.
-https://review.opendev.org/#/c/703011/
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.
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.
Using tox 'all' env to fix the issue.
Change-Id: Ib1a2be90c0b3dbacc6daf52f0fc6f326ab47fc98
Closes-Bug: 1862240
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ s-object: false s-proxy: false c-bak: false - tox_envlist: all-plugin + tox_envlist: all tempest_test_regex: | designate_tempest_plugin.* required-projects: &base_required_projects |