Skip to content

Commit b39ee67

Browse files
committed
qa/tasks/tox: unpin tox version
Signed-off-by: Casey Bodley <[email protected]>
1 parent 4bd2fdc commit b39ee67

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)