mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1717786: Update mozperfest runner's list of in-tree Python packages r=kimberlythegeek
After replacing a bunch of vendored source packages with wheels, the paths to the raw source changed. Differential Revision: https://phabricator.services.mozilla.com/D118723
This commit is contained in:
parent
2f96ce4d79
commit
b7dde05a8d
@ -50,7 +50,7 @@ SEARCH_PATHS = [
|
||||
"testing/mozbase/mozprocess",
|
||||
"testing/mozbase/mozprofile",
|
||||
"testing/mozbase/mozproxy",
|
||||
"third_party/python/attrs/src",
|
||||
"third_party/python/attrs",
|
||||
"third_party/python/blessings",
|
||||
"third_party/python/certifi",
|
||||
"third_party/python/chardet",
|
||||
@ -66,8 +66,8 @@ SEARCH_PATHS = [
|
||||
"third_party/python/redo",
|
||||
"third_party/python/requests",
|
||||
"third_party/python/six",
|
||||
"third_party/python/typing_extensions/src_py3",
|
||||
"third_party/python/urllib3/src",
|
||||
"third_party/python/typing_extensions",
|
||||
"third_party/python/urllib3",
|
||||
"third_party/python/zipp",
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user