Merge pull request #59770 from cbodley/wip-qa-unpin-tox

qa/tasks/tox: unpin tox version

Reviewed-by: Adam Emerson <aemerson@redhat.com>
This commit is contained in:
Casey Bodley 2024-10-04 14:04:18 -04:00 committed by GitHub
commit f601351451
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ def task(ctx, config):
ctx.cluster.only(client).run(args=[ ctx.cluster.only(client).run(args=[
'source', '{tvdir}/bin/activate'.format(tvdir=tvdir), 'source', '{tvdir}/bin/activate'.format(tvdir=tvdir),
run.Raw('&&'), run.Raw('&&'),
'pip', 'install', 'tox==3.15.0' 'pip', 'install', 'tox'
]) ])
# export the path Keystone and Tempest # export the path Keystone and Tempest