Remove obsolete tempest-lib

tempest-lib has been reintegrated into tempest and this repository
already uses tempest instead of tempest-lib. Replace requirements for
tempest-lib with requirements for tempest.

See also
https://specs.openstack.org/openstack/qa-specs/specs/tempest/implemented/reintegrate-tempest-lib.html

Change-Id: I677d4a215000ae662bb981462c7f000653054d9b
This commit is contained in:
Andreas Jaeger 2018-01-20 18:30:21 +01:00
parent a38b00eaf2
commit 3e0c307071
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
tempest-lib>=1.0.0 # Apache-2.0
tempest>=17.1.0 # Apache-2.0
# documentation
doc8>=0.6.0 # Apache-2.0