From f16c0f00b54f522c693d3b4cd53a44a08c1480a1 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 6 Jun 2017 23:15:57 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ic6177bfc1ec9e6cfc385862143d32be22792402a --- .pylintrc | 2 +- test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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