mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
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:
commit
f601351451
@ -35,7 +35,7 @@ def task(ctx, config):
|
||||
ctx.cluster.only(client).run(args=[
|
||||
'source', '{tvdir}/bin/activate'.format(tvdir=tvdir),
|
||||
run.Raw('&&'),
|
||||
'pip', 'install', 'tox==3.15.0'
|
||||
'pip', 'install', 'tox'
|
||||
])
|
||||
|
||||
# export the path Keystone and Tempest
|
||||
|
Loading…
Reference in New Issue
Block a user