Update hacking version

hacking version is managed in test-requirements.txt and the latest
version is 0.13.0 now.

However 0.13.0 is in very sorry shape as the Change-Id of hacking
I714caa085fa35cb4aac3b65c73a7de6d4807d04d .

So this patch updates our test-requirements.txt to avoid using
0.13.0.

Change-Id: I2fe6436d2cab2a1acbda9a93d3a9e11a41574c78
This commit is contained in:
xurong00037997 2017-02-06 12:00:34 +08:00
parent a265d8cd64
commit be0b003f10
1 changed files with 1 additions and 1 deletions

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.13.0,<0.14,>=0.12.0 # Apache-2.0
#
coverage>=4.0 # Apache-2.0
django-nose>=1.4.4 # BSD