Remove cliff requirement in test-requirements.txt

Neutron tests don't depend on cliff.

Change-Id: I5f62947505e4f1a216307a6df8dbcdf9de7cf5af
This commit is contained in:
liusheng 2016-05-11 15:18:21 +08:00 committed by liusheng
parent c4f03418cc
commit 8ada9cd197
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
coverage>=3.6 # Apache-2.0
fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
mock>=1.2 # BSD