Closed
Bug 1492341
Opened 6 years ago
Closed 6 years ago
TPS venv fails to install
Categories
(Firefox :: Sync, enhancement)
Firefox
Sync
Tracking
()
VERIFIED
FIXED
Firefox 64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: tcsc, Assigned: davehunt)
References
Details
Attachments
(1 file)
This is fallout from bug 1471888.
Essentially, we hit "pkg_resources.ContextualVersionConflict (mozprofile 2.0.0 (/Users/thom/.tps/venv/lib/python2.7/site-packages/mozprofile-2.0.0-py2.7.egg), Requirement.parse('mozprofile<2,>=1.1.0'), set(['mozrunner']))"
I think fixing this should be a matter of bumping the mozrunner version and releasing it, the issue is that the 7.0.1 release doesn't have https://searchfox.org/mozilla-central/source/testing/mozbase/mozrunner/setup.py#20
Reporter | ||
Comment 1•6 years ago
|
||
davehunt: Would you like me to put up a patch bumping this? I think you'd still need to do the release.
Reporter | ||
Updated•6 years ago
|
Flags: needinfo?(dave.hunt)
Assignee | ||
Comment 2•6 years ago
|
||
Sorry about this :tcsc please go ahead and bump mozrunner to 7.0.2 and I'd be happy to push a new release.
Flags: needinfo?(dave.hunt)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → dave.hunt
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•6 years ago
|
||
TPS is currently depending on mozrunner v7.0.1, which depends on an earlier version of mozprofile. For TPS to be able to use the latest version of mozprofile we need to release a new version of mozrunner with the recent mozprofile version identifier update.
Reporter | ||
Comment 4•6 years ago
|
||
Comment on attachment 9010668 [details]
Bug 1492341 - Bump mozrunner version to 7.0.2; r?tcsc
Thom Chiovoloni [:tcsc] has approved the revision.
Attachment #9010668 -
Flags: review+
Pushed by dhunt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/483e333ad24b
Bump mozrunner version to 7.0.2; r=tcsc
Comment 6•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Assignee | ||
Comment 7•6 years ago
|
||
mozrunner 7.0.2 has been released: https://pypi.org/project/mozrunner/7.0.2/
Status: RESOLVED → VERIFIED
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•