mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-27 05:53:02 +00:00
Fixed python packages in tox virtualenvs
Reverted commit031475d42ewhich changed tox_install_siblings to false in base job ansible-collections-openstack-functional-devstack. This caused most jobs to install the latest Python packages of OpenStack SDK and other requirements from PyPI to tox' virtualenv instead of respecting the override-checkout keywords. Ref.:031475d42eChange-Id: Ide693ef95c613454e1cfb2ee1880793a49f6524e
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
vars:
|
||||
zuul_work_dir: src/opendev.org/openstack/ansible-collections-openstack
|
||||
tox_envlist: ansible
|
||||
tox_install_siblings: false
|
||||
tox_install_siblings: true
|
||||
fetch_subunit: false
|
||||
devstack_plugins:
|
||||
designate: https://opendev.org/openstack/designate
|
||||
|
||||
Reference in New Issue
Block a user