Bug 1534702 - Release marionette_driver 3.0.0 and marionette_harness 5.0.0. r=webdriver-reviewers,ato

This will be the last public release of both packages on PyPI.
See the announcement from January this year:

https://groups.google.com/forum/#!topic/mozilla.tools.marionette/s6_03Qt2ubc

If both packages are still required by tools, they would have to
be self-built by a checkout of mozilla-central.

Differential Revision: https://phabricator.services.mozilla.com/D48674

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Henrik Skupin 2019-10-10 15:43:58 +00:00
Родитель ca0bd9ef74
Коммит 5ac6218ccd
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4,7 +4,7 @@
from __future__ import absolute_import
__version__ = '2.8.0'
__version__ = '3.0.0'
from marionette_driver import (
addons,

Просмотреть файл

@ -4,7 +4,7 @@
from __future__ import absolute_import
__version__ = '4.6.0'
__version__ = '5.0.0'
from .marionette_test import (
CommonTestCase,

Просмотреть файл

@ -1,6 +1,6 @@
browsermob-proxy >= 0.8.0
manifestparser >= 1.1
marionette-driver >= 2.8.0
marionette-driver >= 3.0.0
mozcrash >= 1.1.0
mozdevice >= 3.0.1
mozinfo >= 1.0.0