Closed
Bug 1834350
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 40130 - Don't require virtualenv binary
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox116 fixed)
RESOLVED
FIXED
116 Branch
| Tracking | Status | |
|---|---|---|
| firefox116 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40130 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40130
Details from upstream follow.
James Graham <james@hoppipolla.co.uk> wrote:
Don't require virtualenv binary
With Python 3 we can use python3 -m virtualenv to create a virtualenv.
The main dififculty is that we're missing activate_this.py which we use to activate the environment. But we can do the relevant path / env manipulations ourselves and so cut down the number of dependencies.
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 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
| Assignee | ||
Comment 3•2 years ago
|
||
Test result changes from PR not available.
| Assignee | ||
Comment 4•2 years ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/044925cdba04
[wpt PR 40130] - Don't require virtualenv binary, a=testonly
| Assignee | ||
Comment 6•2 years ago
|
||
Test result changes from PR not available.
Comment 7•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•