Bug 1434926 - Release marionette_driver 2.6.0 and marionette_harness 4.4.0. draft
authorHenrik Skupin <mail@hskupin.info>
Wed, 11 Apr 2018 10:46:38 +0200
changeset 780346 dc3f7e9475b3666b93e3d3003ac50d9d89811420
parent 780345 3e0d41ace77d57768a0b1476e31689afc7a08155
push id105973
push userbmo:hskupin@gmail.com
push dateWed, 11 Apr 2018 08:47:29 +0000
bugs1434926
milestone61.0a1
Bug 1434926 - Release marionette_driver 2.6.0 and marionette_harness 4.4.0. DONTBUILD MozReview-Commit-ID: F5dIk9HYN9L
testing/marionette/client/marionette_driver/__init__.py
testing/marionette/client/requirements.txt
testing/marionette/harness/marionette_harness/__init__.py
testing/marionette/harness/requirements.txt
--- a/testing/marionette/client/marionette_driver/__init__.py
+++ b/testing/marionette/client/marionette_driver/__init__.py
@@ -1,15 +1,15 @@
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 from __future__ import absolute_import
 
-__version__ = '2.5.0'
+__version__ = '2.6.0'
 
 from marionette_driver import (
     addons,
     by,
     date_time_value,
     decorators,
     errors,
     expected,
--- a/testing/marionette/client/requirements.txt
+++ b/testing/marionette/client/requirements.txt
@@ -1,3 +1,3 @@
-mozrunner >= 6.13
+mozrunner >= 6.15
 mozversion >= 1.1
 six
--- a/testing/marionette/harness/marionette_harness/__init__.py
+++ b/testing/marionette/harness/marionette_harness/__init__.py
@@ -1,15 +1,15 @@
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 from __future__ import absolute_import
 
-__version__ = '4.3.0'
+__version__ = '4.4.0'
 
 from .marionette_test import (
     CommonTestCase,
     expectedFailure,
     MarionetteTestCase,
     parameterized,
     run_if_e10s,
     run_if_manage_instance,
--- a/testing/marionette/harness/requirements.txt
+++ b/testing/marionette/harness/requirements.txt
@@ -1,15 +1,15 @@
 browsermob-proxy >= 0.6.0
 manifestparser >= 1.1
-marionette-driver >= 2.5.0
+marionette-driver >= 2.6.0
 mozcrash >= 0.5
 mozdevice >= 0.44
 mozinfo >= 0.8
 mozlog >= 3.0
 moznetwork >= 0.21
 mozprocess >= 0.9
 mozprofile >= 0.7
-mozrunner >= 6.13
+mozrunner >= 6.15
 moztest >= 0.8
 mozversion >= 1.1
 six
 wptserve >= 1.3.0