Updated from global requirements

Change-Id: Ib8a35810731a95b13db79c22214ef3d6b25792a6
This commit is contained in:
OpenStack Proposal Bot 2017-06-05 12:51:20 +00:00 committed by Saad Zaher
parent f45f75900e
commit 9578f23509
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ symbols=no
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=W,C,R
disable=W,C,R,no-member
[REPORTS]

View File

@ -5,7 +5,7 @@ flake8<2.6.0,>=2.5.4 # MIT
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0 # BSD
pylint==1.4.5 # GPLv2
pylint==1.7.1 # GPLv2
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.6.1,>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0