Drop tox from test-requirements.txt

test-reqs.xt gets installed by tox, so the chicken is before the egg.
This blocks devstack when run with strict requirements, as tox isn't
listed in global-requirements.txt.

Change-Id: I780fffa1e8a830b598ac2cee963c79ccad154e6a
This commit is contained in:
Adam Gandelman 2015-05-01 23:40:03 -07:00
parent 8f777b8999
commit 34f781c228
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
tox
unittest2
nose
coverage