openstack-charmers / charmed-openstack-tester

Deploys OpenStack clouds and runs tempest (or other tests) against them
Apache License 2.0
6 stars 14 forks source link

Adapt use of tox_extra_args to tox 4.x #95

Closed coreycb closed 1 year ago

coreycb commented 1 year ago

Tox 4.x requires the use of -- to separate tox and environment {posargs}, so this change adds that to the job definitions.

ChrisMacNaughton commented 1 year ago

I'm frustrated that this change is necessary but it does unblock these jobs

coreycb commented 1 year ago

Just leaving this here for future travelers. We attempted to patch this in one place in zuul_jobs but unfortunately tox_extra_args is used for more than just posargs: https://review.opendev.org/c/zuul/zuul-jobs/+/870978