Cap tempest to < 12.1.0

Latest tempest release is incompatible with urllib3 1.14 that is
enforced in gate using upper constraints. Tempest uses chunked= argument
to construct a request, the argument that is introduced in urllib3 1.15+
only.

This patch is not a backport from master because it's not needed there.
On master, urllib3 is fresh enough to pass the gate.

Change-Id: I3b48b86ffe75f3c12b4d13e0239530f18744ef69
This commit is contained in:
Ihar Hrachyshka 2016-06-30 17:12:23 +02:00
parent 20c6462a17
commit ea6143681a
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
tempest>=11.0.0 # Apache-2.0
tempest>=11.0.0,<12.1.0 # Apache-2.0