mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
00e45ab597
commit
a69da092af
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
@ -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')
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user