stx/integ pylint failure with new warning
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| StarlingX |
Critical
|
Don Penney |
Bug Description
Brief Description
-----------------
The pylint tox/zuul job in starlingx/integ is currently failing due to a new warning added in the most recent pylint release:
************* Module storage_
tools/storage-
Severity
--------
Major: Designers cannot merge reviews, as the Zuul job fails
Steps to Reproduce
------------------
tox -e pylint
Expected Behavior
------------------
tox should pass with no failures
Actual Behavior
----------------
Fails with new warning
Reproducibility
---------------
Reproducible
Branch/Pull Time/Commit
-------
starlingx/master, as of Sept 2, 2020
Impacts all release branches, as well
Changed in starlingx: | |
importance: | Undecided → Critical |
assignee: | nobody → Don Penney (dpenney) |
tags: | added: stx.3.0 stx.4.0 stx.5.0 stx.zuul |
Ghada Khalil (gkhalil) wrote : | #1 |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit a944973da4f0a18
Author: Don Penney <email address hidden>
Date: Wed Sep 2 15:16:41 2020 -0400
Filter new pylint warning W0707
A new warning introduced in pylint 2.6, W0707 raise-missing-from, is
causing tox and zuul pylint tests to fail. This update filters the new
warning.
Change-Id: Ifa4daf575d3b99
Closes-Bug: 1893988
Signed-off-by: Don Penney <email address hidden>
Changed in starlingx: | |
status: | In Progress → Fix Released |
Fix proposed to branch: r/stx.4.0
Review: https:/
Fix proposed to branch: r/stx.3.0
Review: https:/
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: r/stx.3.0
commit 320eca1799a9444
Author: Don Penney <email address hidden>
Date: Wed Sep 2 15:16:41 2020 -0400
Filter new pylint warning W0707
A new warning introduced in pylint 2.6, W0707 raise-missing-from, is
causing tox and zuul pylint tests to fail. This update filters the new
warning.
Change-Id: Ifa4daf575d3b99
Closes-Bug: 1893988
Signed-off-by: Don Penney <email address hidden>
(cherry picked from commit a944973da4f0a18
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: r/stx.4.0
commit 30ea079a047a999
Author: Don Penney <email address hidden>
Date: Wed Sep 2 15:16:41 2020 -0400
Filter new pylint warning W0707
A new warning introduced in pylint 2.6, W0707 raise-missing-from, is
causing tox and zuul pylint tests to fail. This update filters the new
warning.
Change-Id: Ifa4daf575d3b99
Closes-Bug: 1893988
Signed-off-by: Don Penney <email address hidden>
(cherry picked from commit a944973da4f0a18
marking as critical for all supported releases as this prevents code merges in the integ repo