Bug 1275843: Bump Marionette harness to v3.0.0 r?maja_zf draft
authorDavid Burns <dburns@mozilla.com>
Fri, 27 May 2016 15:46:05 +0100
changeset 372135 c4c71ffe56135bc745732b46b796f45341a1fea4
parent 372110 7cf8f45feb5ecebb7dbbf8cd1e541d99f6257790
child 522104 52b54338099ead0e27aa3e12ed08b8c1474eb960
push id19446
push userdburns@mozilla.com
push dateFri, 27 May 2016 14:47:08 +0000
reviewersmaja_zf
bugs1275843
milestone49.0a1
Bug 1275843: Bump Marionette harness to v3.0.0 r?maja_zf This release has removed emulator support from the harness. MozReview-Commit-ID: ALYNR7KDNLL
testing/marionette/harness/marionette/__init__.py
testing/marionette/harness/requirements.txt
--- a/testing/marionette/harness/marionette/__init__.py
+++ b/testing/marionette/harness/marionette/__init__.py
@@ -1,13 +1,13 @@
 # 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/.
 
-__version__ = '2.3.0'
+__version__ = '3.0.0'
 
 from .marionette_test import (
     CommonTestCase,
     expectedFailure,
     MarionetteJSTestCase,
     MarionetteTestCase,
     skip,
     skip_if_desktop,
--- a/testing/marionette/harness/requirements.txt
+++ b/testing/marionette/harness/requirements.txt
@@ -1,9 +1,9 @@
-marionette-driver >= 1.4.0
+marionette-driver >= 2.0.0
 browsermob-proxy >= 0.6.0
 manifestparser >= 1.1
 wptserve >= 1.3.0
 mozinfo >= 0.8
 mozprocess >= 0.9
 mozrunner >= 6.9
 mozdevice >= 0.44
 mozlog >= 3.0