Closed
Bug 1690784
Opened 4 years ago
Closed 4 years ago
[wpt-sync] Sync PR 27479 - [python3] Remove more `six` usages in tools/
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox87 fixed)
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27479 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27479
Details from upstream follow.
b'Stephen McGruer <smcgruer@chromium.org>' wrote:
[python3] Remove more
six
usages in tools/This PR removes six usages from
tools/manifest
,tools/webdriver
,
and a few other misc locations.In each I removed all uses of six except for the
ensure_*
calls,
which are not trivially replaceable.
Assignee | ||
Updated•4 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•4 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eb8314f7bd6a
[wpt PR 27479] - [python3] Remove more `six` usages in tools/, a=testonly
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•