Remove duplicate requirements from test-requirements.txt

These get installed via requirements.txt. This is in preparation
for adding the global requirements test job to our pipeline, which
would fail if it found duplicates like this.

Change-Id: I62abe22bd04702e491d7c2f09e5c89408fccf399
This commit is contained in:
Adam Gandelman 2015-05-11 10:41:02 -07:00
parent cb09a3ad0d
commit 45dd248398
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ mock>=0.8.0
pep8
eventlet==0.12.1
iso8601
python-novaclient
WebOb==1.2.3
mox==0.5.3
testtools
fixtures