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:
parent
a265d8cd64
commit
be0b003f10
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user