Reviewed: https://review.opendev.org/c/openstack/neutron-lib/+/799055 Committed: https://opendev.org/openstack/neutron-lib/commit/303258fbfc8be361c1ec7ab2c4d292336b490dfc Submitter: "Zuul (22348)" Branch: master
commit 303258fbfc8be361c1ec7ab2c4d292336b490dfc Author: Przemyslaw Szczerbik <przemyslaw.szczer...@est.tech> Date: Thu Jul 1 14:48:21 2021 +0200 Fix pep8 check With pylint >= 2.9.0 neutron-lib pep8 fails with following error: neutron_lib/api/extensions.py:256:4: W0237: Parameter 'extended_attributes' has been renamed to 'attributes' in overridden 'APIExtensionDescriptor.update_attributes_map' method (arguments-renamed) Closes-Bug: #1934301 Change-Id: Ia3fb78cda862f730b51775fa48eec673d971c93b ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1934301 Title: neutron-lib pep8 is failing with pylint >= 2.9.0 Status in neutron: Fix Released Bug description: Running pep8 tox environment with pylint >= 2.9.0 fails with following error: neutron_lib/api/extensions.py:256:4: W0237: Parameter 'extended_attributes' has been renamed to 'attributes' in overridden 'APIExtensionDescriptor.update_attributes_map' method (arguments- renamed) The issue is not reproducible with pylint==2.8.3. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1934301/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp