Bug 1244715 - Upgrade firefox-ui-tests to use marionette_client 2.2.0 and marionette-driver 1.3.0. r=maja_zf DONTBUILD

This commit is contained in:
Henrik Skupin 2016-02-02 12:45:57 +01:00
parent 29eb5cf8c8
commit 9fb47fefbf
5 changed files with 8 additions and 8 deletions

View File

@ -2,4 +2,4 @@
# 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__ = '1.1.2'
__version__ = '1.2.0'

View File

@ -1,4 +1,4 @@
marionette-client >= 2.1.0
marionette-client >= 2.2.0
mozfile >= 1.2
mozinfo >= 0.8
mozinstall >= 1.12
@ -8,7 +8,7 @@ mozinstall >= 1.12
# to avoid installations of those packages from pypi.
# Necessary because of the testcase classes
# firefox-puppeteer == 3.1.0
# firefox-puppeteer == 3.2.0
# Necessary because of server-root, and manifest files
# firefox-ui-tests

View File

@ -7,8 +7,8 @@ from setuptools import setup, find_packages
PACKAGE_VERSION = '0.3.1'
deps = [
'firefox-puppeteer >= 3.1.0, <4.0.0',
'firefox-ui-harness == 1.1.2',
'firefox-puppeteer >= 3.2.0, <4.0.0',
'firefox-ui-harness == 1.2.0',
]
setup(name='firefox-ui-tests',

View File

@ -9,7 +9,7 @@ from marionette_driver.marionette import HTMLElement
from decorators import use_class_as_property
__version__ = '3.1.0'
__version__ = '3.2.0'
root = os.path.abspath(os.path.dirname(__file__))
manifest = os.path.join(root, 'tests', 'manifest.ini')

View File

@ -1,5 +1,5 @@
# The following line can be removed once testcases are no longer part of the puppeteer module.
marionette-client >= 2.1.0
marionette-client >= 2.2.0
marionette-driver >= 1.2.0
marionette-driver >= 1.3.0
mozinfo >= 0.8