Closed
Bug 1761399
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 33364 - Update Python string formatting
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox102 fixed)
RESOLVED
FIXED
102 Branch
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33364 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33364
Details from upstream follow.
Daniel Smith <56164590+DanielRyanSmith@users.noreply.github.com> wrote:
Update Python string formatting
Follow-up to #29301
Updates
.pyfiles in the repo that still contain strings with percent formatting, replacing with f-strings and the.format()method syntax.command used:
find tools -name '*.py' | grep -v third_party | xargs pyupgrade --py36-plus
| Assignee | ||
Updated•3 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•3 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Updated•3 years ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5cd293e56306
[wpt PR 33364] - Update Python string formatting using pyupgrade, a=testonly
Status: REOPENED → RESOLVED
Closed: 3 years ago → 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•