Closed
Bug 1596982
Opened 5 years ago
Closed 5 years ago
[task-efficiencies] do not explicitly call for functools32 installation
Categories
(Testing :: General, enhancement)
Tracking
(firefox72 fixed)
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: egao, Assigned: egao)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
In testing/mozharness/mozharness/base/python.py
, there is an explicit call to install functools32
.
There may have been a legitimate issue back when this piece of code was inserted, but all instances I've seen so far properly installs dependencies when jsconschema==2.5.1
is called which includes functools32
. So this explicit call simply adds microseconds to the processing time for no gain.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → egao
Updated•5 years ago
|
Attachment #9109207 -
Attachment description: Bug 1596982 - remove funcfools32 from the list of explicitly specified pip packages in python.py → Bug 1596982 - remove functools32 from the list of explicitly specified pip packages in python.py
Pushed by egao@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3e4d6ff8aa5e
remove functools32 from the list of explicitly specified pip packages in python.py r=gbrown
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•