Closed
Bug 1201056
Opened 10 years ago
Closed 10 years ago
Bump gaiatest version to 0.33 and release to PyPI
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Unassigned)
References
Details
Due to the changes in the mozlog apis. MCTS needs a new version of Gaiatest.
| Reporter | ||
Comment 1•10 years ago
|
||
Uploaded at: https://pypi.python.org/pypi?:action=display&name=gaiatest&version=0.33
For future reference, in order to push to Pypi:
1. Create ~/.pypirc with:
> [distutils]
> index-servers=pypi
>
> [pypi]
> repository = https://pypi.python.org/pypi
> username = YOUR_USERNAME
> password = YOUR_PASSWORD
2. cd to gaia-ui-tests
3. Run:
> python setup.py sdist upload
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•