Closed
Bug 1700430
Opened 4 years ago
Closed 4 years ago
Stop creating a Python 2 virtualenv
Categories
(Firefox Build System :: Bootstrap Configuration, task, P2)
Firefox Build System
Bootstrap Configuration
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1705296
People
(Reporter: ahal, Unassigned)
References
(Blocks 1 open bug)
Details
While we don't run any commands in Python 2 anymore, there's at least a few tasks that still run python2 ./mach ...
in CI. So we'll have to fix those before we can fix this one. I'll add all the ones I'm aware of as dependencies.
Comment 1•4 years ago
|
||
TTBOMK, CI doesn't use mach create-mach-environment
, so removing python2 virtualenv shouldn't affect CI.
Comment 2•4 years ago
•
|
||
I guess telemetry-integration-tests
still using..... https://searchfox.org/mozilla-central/source/taskcluster/ci/source-test/python.yml#505
Edit- not using py2 virtualenv, my bad
Updated•4 years ago
|
Priority: -- → P2
Comment 3•4 years ago
|
||
The other bug was created after this one, but it has a patch, so I'll mark this one as dupe.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•