yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #94659
[Bug 2083227] Re: [neutron-lib] pep8 job failing with pylint=3.3.1
Reviewed: https://review.opendev.org/c/openstack/neutron-lib/+/930886
Committed: https://opendev.org/openstack/neutron-lib/commit/939839cb838db12c589f6fe54bc5907cb6303590
Submitter: "Zuul (22348)"
Branch: master
commit 939839cb838db12c589f6fe54bc5907cb6303590
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Mon Sep 30 09:57:24 2024 +0000
Skip pylint recommendation "too-many-positional-arguments"
This warning was introduced in [1] as is present in pytlint==3.3.0
[1]https://github.com/pylint-dev/pylint/commit/de6e6fae34cccd2e7587a46450c833258e3000cb
Closes-Bug: #2083227
Change-Id: I124d5ff7d34dd868dd2861b72e55d62190dcc3f7
** 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/2083227
Title:
[neutron-lib] pep8 job failing with pylint=3.3.1
Status in neutron:
Fix Released
Bug description:
pylint==3.3.1 was released on Set 24, 2024 [1]. Prior to this,
neutron-lib pep8 was using pylint=3.2.7.
Current output (failing checks):
************* Module neutron_lib.context
neutron_lib/context.py:36:4: R0917: Too many positional arguments (8/5) (too-many-positional-arguments)
************* Module neutron_lib.placement.client
neutron_lib/placement/client.py:337:4: R0917: Too many positional arguments (6/5) (too-many-positional-arguments)
************* Module neutron_lib.callbacks.manager
neutron_lib/callbacks/manager.py:36:4: R0917: Too many positional arguments (6/5) (too-many-positional-arguments)
************* Module neutron_lib.callbacks.events
neutron_lib/callbacks/events.py:73:4: R0917: Too many positional arguments (6/5) (too-many-positional-arguments)
neutron_lib/callbacks/events.py:114:4: R0917: Too many positional arguments (7/5) (too-many-positional-arguments)
neutron_lib/callbacks/events.py:154:4: R0917: Too many positional arguments (9/5) (too-many-positional-arguments)
************* Module neutron_lib.db.model_query
neutron_lib/db/model_query.py:74:0: R0917: Too many positional arguments (6/5) (too-many-positional-arguments)
neutron_lib/db/model_query.py:302:0: R0917: Too many positional arguments (9/5) (too-many-positional-arguments)
neutron_lib/db/model_query.py:350:0: R0917: Too many positional arguments (10/5) (too-many-positional-arguments)
************* Module neutron_lib.services.qos.base
neutron_lib/services/qos/base.py:30:4: R0917: Too many positional arguments (6/5) (too-many-positional-arguments)
************* Module neutron_lib.agent.linux.interface
neutron_lib/agent/linux/interface.py:24:4: R0917: Too many positional arguments (10/5) (too-many-positional-arguments)
[1]https://pypi.org/project/pylint/#history
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2083227/+subscriptions
References