Merge "Pass environment variables to 'tox envlist config' task"

This commit is contained in:
Zuul 2021-01-18 14:31:00 +00:00 committed by Gerrit Code Review
commit 57a2f59f5a

View File

@ -25,6 +25,7 @@
> {{ _tox_show_config_tempfile.path }} > {{ _tox_show_config_tempfile.path }}
args: args:
chdir: "{{ zuul_work_dir }}" chdir: "{{ zuul_work_dir }}"
environment: "{{ tox_environment|combine(tox_constraints_env|default({})) }}"
- name: Install any sibling python packages - name: Install any sibling python packages
tox_install_sibling_packages: tox_install_sibling_packages: