mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37: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=[
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user