Merge "[Fix gate]Update test requirement"

This commit is contained in:
Jenkins 2017-03-06 03:30:47 +00:00 committed by Gerrit Code Review
commit d21198da8f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
coverage>=4.0 # Apache-2.0
doc8 # Apache-2.0
freezegun>=0.3.6 # Apache-2.0
hacking<0.11,>=0.10.2
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
mock>=2.0 # BSD
oslotest>=1.10.0 # Apache-2.0
os-testr>=0.8.0 # Apache-2.0

View File

@ -45,7 +45,7 @@ commands =
[flake8]
show-source=True
ignore=
ignore= H105,E123,E226
builtins= _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,*sqlalchemy/alembic/versions/*,demo/,releasenotes