Skip to content

Commit f601351

Browse files
authored
Merge pull request ceph#59770 from cbodley/wip-qa-unpin-tox
qa/tasks/tox: unpin tox version Reviewed-by: Adam Emerson <[email protected]>
2 parents d9575d4 + b39ee67 commit f601351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/tasks/tox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def task(ctx, config):
3535
ctx.cluster.only(client).run(args=[
3636
'source', '{tvdir}/bin/activate'.format(tvdir=tvdir),
3737
run.Raw('&&'),
38-
'pip', 'install', 'tox==3.15.0'
38+
'pip', 'install', 'tox'
3939
])
4040

4141
# export the path Keystone and Tempest

0 commit comments

Comments
 (0)