Specifies gabbi version in test-requirements.txt

Because of the modification of the handlers module in gabbi 1.26,
the python2.7 gate jobs did not work properly. This patch specifies that
the gabbi version must be inferior to 1.26.

Change-Id: I69f93959f30a829d746da24a17c10c8f75d60d6a
Closes-Bug: 1628930
(cherry picked from commit 302bb438f8)
This commit is contained in:
Luka Peschke 2016-09-29 15:42:29 +02:00 committed by Jeremy Liu
parent 669a316d81
commit 0cf3bd465a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
hacking<0.10,>=0.9.2
coverage>=3.6 # Apache-2.0
discover # BSD
gabbi>=1.11.0 # Apache-2.0
gabbi>=1.11.0,<=1.25.0 # Apache-2.0
mox3>=0.7.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD