[wpt-sync] Sync PR 32835 - Use _venv3 directory to install/detect binary if it exists
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox100 fixed)
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32835 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32835
Details from upstream follow.
Daniel Smith <56164590+DanielRyanSmith@users.noreply.github.com> wrote:
Use _venv3 directory to install/detect binary if it exists
Occasionally, the virtual environment directory is inferred for installing/detecting the browser binary if the destination/location is not explicitly passed. The current iteration of the code does not take into consideration the possibility that the virtual environment directory can be named
_venv3instead of_venv. This change will use the_venv3folder if it exists in the current working directory when determining the destination.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
| bugherder | ||
Description
•