зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1533517 - [mozdevice] Remove FirefoxOS candidate test root paths. r=bc
Differential Revision: https://phabricator.services.mozilla.com/D22952 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
82faf9e160
Коммит
5486eb421d
|
@ -2,7 +2,7 @@ browsermob-proxy >= 0.8.0
|
|||
manifestparser >= 1.1
|
||||
marionette-driver >= 2.8.0
|
||||
mozcrash >= 1.1.0
|
||||
mozdevice >= 3.0.0
|
||||
mozdevice >= 3.0.1
|
||||
mozinfo >= 1.0.0
|
||||
mozlog >= 4.0
|
||||
moznetwork >= 0.27
|
||||
|
|
|
@ -969,8 +969,6 @@ class ADBDevice(ADBCommand):
|
|||
|
||||
The default list of directories checked by test_root are:
|
||||
|
||||
- /storage/sdcard0/tests
|
||||
- /storage/sdcard1/tests
|
||||
- /sdcard/tests
|
||||
- /mnt/sdcard/tests
|
||||
- /data/local/tests
|
||||
|
@ -989,9 +987,7 @@ class ADBDevice(ADBCommand):
|
|||
if self._initial_test_root:
|
||||
paths = [self._initial_test_root]
|
||||
else:
|
||||
paths = ['/storage/sdcard0/tests',
|
||||
'/storage/sdcard1/tests',
|
||||
'/sdcard/tests',
|
||||
paths = ['/sdcard/tests',
|
||||
'/mnt/sdcard/tests',
|
||||
'/data/local/tests']
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ from __future__ import absolute_import
|
|||
from setuptools import setup
|
||||
|
||||
PACKAGE_NAME = 'mozdevice'
|
||||
PACKAGE_VERSION = '3.0.0'
|
||||
PACKAGE_VERSION = '3.0.1'
|
||||
|
||||
deps = ['mozlog >= 3.0']
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ PACKAGE_VERSION = '7.4.0'
|
|||
desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""
|
||||
|
||||
deps = [
|
||||
'mozdevice>=1.1.6',
|
||||
'mozdevice>=3.0.1',
|
||||
'mozfile>=1.2',
|
||||
'mozinfo>=0.7,<2',
|
||||
'mozlog~=4.0',
|
||||
|
|
|
@ -3,5 +3,5 @@ mozrunner ~= 7.0
|
|||
mozprofile ~= 2.1
|
||||
manifestparser >= 1.1
|
||||
wptserve ~= 1.4.0
|
||||
mozdevice >= 1.1.6
|
||||
mozdevice >= 3.0.1
|
||||
mozproxy >= 1.0
|
||||
|
|
Загрузка…
Ссылка в новой задаче