2979bff949
Patrole needs access to global packages, but the 'all-plugin' is deprecated[0] and 'all' defines a sitepackages option as False[1]. Adding tox_extra_args option makes it possible to configure Zuul and pass --sitepackages argument to tox. [0]9b4c50cf63/tox.ini (L64)
[1]9b4c50cf63/tox.ini (L7)
Change-Id: Ib3264f54075216471720483c8dd816887c1f413c
6 lines
115 B
YAML
6 lines
115 B
YAML
devstack_base_dir: /opt/stack
|
|
tempest_test_regex: ''
|
|
tox_envlist: smoke
|
|
tempest_black_regex: ''
|
|
tox_extra_args: ''
|