Merge "Move to hacking 0.10"

This commit is contained in:
Jenkins
2015-04-15 16:17:48 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.9.2,<0.10
hacking<0.11,>=0.10.0
coverage>=3.6
discover

View File

@@ -26,13 +26,10 @@ commands = python setup.py test --coverage --coverage-package-name='tempest_lib'
commands = python setup.py build_sphinx
[flake8]
# H803 skipped on purpose per list discussion.
# E125 skipped as it is invalid PEP-8.
# H402 skipped because some docstrings aren't sentences
# E123 skipped because it is ignored by default in the default pep8
# E129 skipped because it is too limiting when combined with other rules
# H305 skipped because it is inconsistent between python versions
show-source = True
ignore = E125,H803,H402,E123,E129,H305
ignore = E125,E123,E129
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build