[Fix gate]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: I5eda56549ae8f4c24eb196bc20686a300018c74f
This commit is contained in:
ricolin 2017-03-02 17:22:13 +08:00
parent 170d63ae76
commit 2788f4f371
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
astroid===1.3.6
flake8==2.2.4
hacking>=0.10.0,<0.11
flake8>=2.5.4,<2.6.0 # MIT
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
coverage>=3.6
discover # BSD
mock>=1.0,<1.1.0