Update to a more modern hacking version

Hacking checks are not automatically pushed out via the OpenStack
proposal bot.  This change allows for a more modern version of
hacking.

Change-Id: Iffa8f959da8ebed1ca0ffc355f22054d2a6b37da
This commit is contained in:
ChangBo Guo(gcb) 2016-12-12 14:27:40 +08:00 committed by Tony Breeds
parent 8cda799d5d
commit c25098b788
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# NOTE: These are requirements for testing the requirements project only
# See global-requirements for the actual requirements list
hacking<0.13,>=0.10
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT