Remove tempest-lib from test-requirements.txt

Since I516b37d45200cc120a929ecd9011ff8bb4c45d9f tempest-lib has
not been used in tests. In addition, tempest-lib itself is marked
as deprecated.
So this patch removes tempest-lib from test-requirements.txt.

Change-Id: If9cb9294b6a6e25f128c518e5ac6400fa204556d
This commit is contained in:
Ken'ichi Ohmichi 2016-06-30 15:03:04 -07:00
parent 9e94d00050
commit bcd0ba3cd7
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslo.concurrency>=3.8.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
tempest-lib>=0.14.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=0.2.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT