Closed
Bug 1504750
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 13925 - Update pyflakes to 2.0.0
Categories
(Testing :: web-platform-tests, defect, P4)
Testing
web-platform-tests
Tracking
(firefox65 fixed)
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream error])
Sync web-platform-tests PR 13925 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13925
Details from upstream follow.
pyup-bot <github-bot@pyup.io> wrote:
> Update pyflakes to 2.0.0
>
>
> This PR updates [pyflakes](https://pypi.org/project/pyflakes) from **1.6.0** to **2.0.0**.
>
>
>
> <details>
> <summary>Changelog</summary>
>
>
> ### 2.0.0
> ```
> - Drop support for EOL Python <2.7 and 3.2-3.3
> - Check for unused exception binding in `except:` block
> - Handle string literal type annotations
> - Ignore redefinitions of `_`, unless originally defined by import
> - Support `__class__` without `self` in Python 3
> - Issue an error for `raise NotImplemented(...)`
> ```
>
>
> </details>
>
>
>
>
> <details>
> <summary>Links</summary>
>
> - PyPI: https://pypi.org/project/pyflakes
> - Changelog: https://pyup.io/changelogs/pyflakes/
> - Repo: https://github.com/PyCQA/pyflakes
> </details>
>
>
Assignee | ||
Comment 1•6 years ago
|
||
PR 13925 applied with additional changes from upstream: a54a387e5d474670fbe0431eb8a898df603ec0eb
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c390b832c6c5
[wpt PR 13925] - Update pyflakes to 2.0.0, a=testonly
Assignee | ||
Comment 3•6 years ago
|
||
Result changes from PR not available.
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•