mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1818502 - Install webtransport
requirements for WPT when run through mozharness r=ahal
All relevant dependencies should now be available on our internal PyPi mirror: https://pypi.pub.build.mozilla.org/pub/ See: https://bugzilla.mozilla.org/show_bug.cgi?id=1820065 https://bugzilla.mozilla.org/show_bug.cgi?id=1820032 https://bugzilla.mozilla.org/show_bug.cgi?id=1820488 Differential Revision: https://phabricator.services.mozilla.com/D171921
This commit is contained in:
parent
528bbef9b4
commit
d9b51d372e
@ -251,6 +251,19 @@ class WebPlatformTest(TestingMixin, MercurialScript, CodeCoverageMixin, AndroidM
|
||||
|
||||
self.register_virtualenv_module(requirements=[requirements], two_pass=True)
|
||||
|
||||
webtransport_requirements = os.path.join(
|
||||
dirs["abs_test_install_dir"],
|
||||
"web-platform",
|
||||
"tests",
|
||||
"tools",
|
||||
"webtransport",
|
||||
"requirements.txt",
|
||||
)
|
||||
|
||||
self.register_virtualenv_module(
|
||||
requirements=[webtransport_requirements], two_pass=True
|
||||
)
|
||||
|
||||
def _query_geckodriver(self):
|
||||
path = None
|
||||
c = self.config
|
||||
|
Loading…
Reference in New Issue
Block a user