Closed
Bug 1470122
Opened 7 years ago
Closed 7 years ago
[mozinstall] Bump mozinstall to 1.16.0 and release to PyPI
Categories
(Testing :: Mozbase, enhancement)
Tracking
(firefox62 fixed)
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: davehunt, Assigned: davehunt)
Details
Attachments
(1 file)
I've noticed bug 1455241 happening on the Firefox iOS sync integration tests, which caused failures once there were ~100 orphaned volumes. Let's bump mozinstall and push a new release.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
Here are the changes since 1.15.0:
* Bug 1427062 - Adding Python 3 support for mozinstall. r=wlach
* Bug 1434430 - [flake8] Fix blank 'except' statements r=rwood
* Bug 1455241 - [mozinstall] Convert unit tests to pytest format. r=gbrown
* Bug 1455241 - [mozinstall] Detach mounted image in install() if path contains space. r=gbrown
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8986742 [details]
Bug 1470122 - Bump mozinstall to 1.16.0;
https://reviewboard.mozilla.org/r/252040/#review258458
Attachment #8986742 -
Flags: review?(hskupin) → review+
Pushed by dhunt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/99a313afa9b3
Bump mozinstall to 1.16.0; r=whimboo
Comment 6•7 years ago
|
||
bugherder |
Assignee | ||
Comment 7•7 years ago
|
||
Released to PyPI: https://pypi.org/project/mozInstall/1.16.0/
$ cd testing/mozbase/mozinstall
$ rm -rf dist/
$ python setup.py sdist bdist_wheel --universal
$ twine upload dist/*
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Keywords: leave-open
Updated•7 years ago
|
status-firefox62:
--- → fixed
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•