Update test requirement

Since pbr already landed and the old version of hacking seems not
work very well with pbr>=2, we should update it to match global
requirement.
Partial-Bug: #1668848

Change-Id: Ib997953e973f1109aef516d646a8d3a76027766b
This commit is contained in:
ricolin 2017-03-02 17:16:48 +08:00
parent a5d40d8cac
commit 84851c398d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4
flake8<2.6.0,>=2.5.4 # MIT
pylint==1.4.5 # GPLv2
hacking<0.11,>=0.10.2 # Apache-2.0
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
coverage>=4.0 # Apache-2.0
mock>=2.0 # BSD
oslosphinx>=4.7.0 # Apache-2.0