Closed
Bug 1700982
Opened 5 years ago
Closed 5 years ago
Update Python dependency requirements for telemetry-tests-client harness
Categories
(Toolkit :: Telemetry, task)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: raphael, Assigned: raphael)
References
Details
Attachments
(1 file)
The telemetry-tests-client harness package currently pins the version of requests
. The dependency is only used in a unit test for the harness itself: tests/marionette/tests/unit/test_ping_server_received_ping.py
This is causing a dependency resolver conflict. See https://bugzilla.mozilla.org/show_bug.cgi?id=1699757#c0
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by rpierzina@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a599fcb1d3f0
[telemetry-tests-client] Allow newer versions of requests in harness; r=chutten
Assignee | ||
Updated•5 years ago
|
Status: NEW → ASSIGNED
![]() |
||
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•