author | Joel Maher <jmaher@mozilla.com> |
Wed, 18 May 2022 17:53:41 +0000 | |
changeset 618142 | a3d9f877cced5a4d0674ad3242b88f4c67bab62d |
parent 618141 | 870064a260c5ba5efbc821c3b86bfccb43cd69ca |
child 618143 | 11b3a2e731a96457e518f5992abe5391d57e0857 |
child 618145 | c78ac4ebf32b02bd29ba49630e2f9add3e220c3d |
push id | 39716 |
push user | ncsoregi@mozilla.com |
push date | Wed, 18 May 2022 21:42:45 +0000 |
treeherder | mozilla-central@11b3a2e731a9 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | aryx |
bugs | 1769655 |
milestone | 102.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/config/mozbase_requirements.txt +++ b/testing/config/mozbase_requirements.txt @@ -17,14 +17,14 @@ ../mozbase/mozprocess ../mozbase/mozprofile ../mozbase/mozproxy ../mozbase/mozrunner ../mozbase/mozscreenshot ../mozbase/moztest ../mozbase/mozversion -../condprofile -aiohttp==3.7.4.post0 -https://pypi.pub.build.mozilla.org/pub/arsenic-19.1-py3-none-any.whl -requests==2.22.0 -pyyaml==5.1.2 -structlog==15.2.0 \ No newline at end of file +../condprofile; sys_platform != 'darwin' +aiohttp==3.7.4.post0; sys_platform != 'darwin' +https://pypi.pub.build.mozilla.org/pub/arsenic-19.1-py3-none-any.whl; sys_platform != 'darwin' +requests==2.22.0; sys_platform != 'darwin' +pyyaml==5.1.2; sys_platform != 'darwin' +structlog==15.2.0; sys_platform != 'darwin' \ No newline at end of file