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:
Mitchell Hentges 2021-06-24 18:02:53 +00:00
parent 2f96ce4d79
commit b7dde05a8d

View File

@ -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",
]