Bump minimum tempest-lib version

Now we(Tempest team) are migrating common part of Tempest to tempest-lib
for running Tempest-like test on each project repository.
That work requires the latest tempest-lib. So this patch bumps minimum
tempest-lib version.

Change-Id: I516d4119fd200c79a8be4598cbb0d732344e8b75
This commit is contained in:
Ken'ichi Ohmichi 2015-10-13 06:19:18 +00:00 committed by Matthew Treinish
parent 005ff334d4
commit 504406ee6a
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ six>=1.9.0
iso8601>=0.1.9
fixtures>=1.3.1
testscenarios>=0.4
tempest-lib>=0.9.0
tempest-lib>=0.10.0
PyYAML>=3.1.0
stevedore>=1.5.0 # Apache-2.0