Bug 1717051: Remove obsolete python module paths r=ahal

The three removed paths don't exist in-repo, and after a cursory glance
they don't appear to be populated dynamically.

Note that the removal of the `six` path for WPT is different: it's
technically just incorrect, and should amended to point to
`$WPT/tools/third_party/six`. However, Python only allows a single
instance of a library to exist in import scope, and we're already
consuming `six` from the Firefox-wide vendored 3rd-party libs.

Differential Revision: https://phabricator.services.mozilla.com/D119825
This commit is contained in:
Mitchell Hentges 2021-07-20 22:22:53 +00:00
Родитель b34427450f
Коммит d92ed529bc
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -20,8 +20,6 @@ pth:testing/condprofile
pth:testing/firefox-ui/harness
pth:testing/marionette/client
pth:testing/marionette/harness
pth:testing/marionette/harness/marionette_harness/runner/mixins/browsermob-proxy-py
pth:testing/marionette/puppeteer/firefox
pth:testing/mozbase/manifestparser
pth:testing/mozbase/mozcrash
pth:testing/mozbase/mozdebug
@ -46,7 +44,6 @@ pth:testing/mozbase/mozversion
pth:testing/raptor
pth:testing/talos
pth:testing/web-platform
pth:testing/web-platform/tests/tools/six
pth:testing/web-platform/tests/tools/third_party/certifi
pth:testing/web-platform/tests/tools/third_party/h2
pth:testing/web-platform/tests/tools/third_party/hpack