Merge "Update hacking"

This commit is contained in:
Zuul 2019-08-06 10:30:45 +00:00 committed by Gerrit Code Review
commit 9bd3eab987
1 changed files with 3 additions and 4 deletions

View File

@ -3,13 +3,12 @@
# process, which may cause wedges in the gate later.
astroid==1.6.5 # LGPLv2.1
flake8>=2.5.4,<2.6.0 # MIT
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
# hacking pins flake8 etc
hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage>=4.0
mock>=2.0.0
mccabe==0.4.0 # MIT License
pylint==1.9.2 # GPLv2
pyflakes==1.0.0
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD