diff --git a/.pylintrc b/.pylintrc index 2b78dbf..055dbd6 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index 0771ee4..ae16211 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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