Updated from global requirements
Change-Id: Ic6177bfc1ec9e6cfc385862143d32be22792402a
This commit is contained in:
parent
3aa37ab394
commit
f16c0f00b5
@ -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=E1002,W,C,R,method-hidden,import-error
|
||||
disable=E1002,W,C,R,method-hidden,import-error,no-member
|
||||
|
||||
|
||||
|
||||
|
@ -7,8 +7,8 @@ coverage!=4.4,>=4.0 # Apache-2.0
|
||||
mock>=2.0 # BSD
|
||||
mox>=0.5.3 # Apache-2.0
|
||||
mox3!=0.19.0,>=0.7.0 # Apache-2.0
|
||||
oslo.config>=3.22.0 # Apache-2.0
|
||||
pylint==1.4.5 # GPLv2
|
||||
oslo.config>=4.0.0 # Apache-2.0
|
||||
pylint==1.7.1 # GPLv2
|
||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
testtools>=1.4.0 # MIT
|
||||
unittest2 # BSD
|
||||
|
Loading…
Reference in New Issue
Block a user