sync test-requirements with global requirements

This change is got by tacker tool sync_test_requirements.py
in https://review.openstack.org/#/c/441572/

Change-Id: I142d5e07044a0487a28e9af765c91aa192ca0a81
This commit is contained in:
gong yong sheng
2017-03-04 14:20:35 +08:00
parent 01d1015f05
commit bfecb899e2

View File

@@ -7,7 +7,7 @@
# be installed in a specific order.
#
# Hacking should appear first in case something else depends on pep8
hacking<0.11,>=0.10.0
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
#
coverage>=4.0 # Apache-2.0
django-nose>=1.4.4 # BSD