Bug 1269560 - Use internal pypi mirror for Marionette harness tests; r=jlund

MozReview-Commit-ID: F3YoZkAyXAP

--HG--
extra : rebase_source : 752982b8ac4fef1eaf723abf5e9e523e8e6c4007
This commit is contained in:
Maja Frydrychowicz 2016-05-02 21:43:38 -04:00
Родитель 75c84f25b1
Коммит 11447d31fd
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -35,11 +35,10 @@ marionette_harness_tests_config_options = [
] + copy.deepcopy(virtualenv_config_options)
marionette_harness_tests_config = {
# TODO - mirror pytest dependencies in internal PyPI
# "find_links": [
# "http://pypi.pub.build.mozilla.org/pub",
# ],
# "pip_index": False,
"find_links": [
"http://pypi.pub.build.mozilla.org/pub",
],
"pip_index": False,
# relative to workspace
"rel_src_dir": os.path.join("build", "src"),
}

Просмотреть файл

@ -455,6 +455,7 @@ tasks:
when:
file_patterns:
- 'testing/marionette/harness/**'
- 'testing/mozharness/scripts/marionette_harness_tests.py'
linux64-gcc:
task: tasks/builds/linux64_gcc.yml
root: true