gecko-dev/tools/lint/py3.yml
Mike Hommey f1afe5ceec Bug 1489340 - Remove xpcom/typelib r=froydnj
Nothing is using the xpt module anymore, which means we can remove it,
as well as the runtests.py script that runs its test, and the
integration of those tests in the build system.

Depends on D5221

Differential Revision: https://phabricator.services.mozilla.com/D5223

--HG--
extra : moz-landing-system : lando
2018-09-07 13:55:38 +00:00

53 lines
1.2 KiB
YAML

---
py3:
description: Python 3 compatibility check
include: ['.']
exclude:
- browser/app
- browser/components
- browser/extensions
- build
- client.py
- config
- dom/bindings
- dom/canvas/test
- dom/media/test
- gfx
- intl/icu
- ipc/chromium
- ipc/ipdl
- js/src
- layout/reftests
- layout/style
- layout/tools/reftest
- media
- memory/replace
- modules/freetype2
- nsprpub
- python/safety
- security/manager/ssl
- security/nss
- servo
- testing/awsy
- testing/firefox-ui/harness/firefox_ui_harness/runners/update.py
- testing/gtest
- testing/mochitest
- testing/mozharness
- testing/raptor
- testing/tools/iceserver
- testing/tps
- testing/web-platform
- third_party
- toolkit
- tools/jprof
- tools/profiler
- tools/rb
- tools/update-packaging
- xpcom/idl-parser
extensions: ['py']
support-files:
- 'tools/lint/python/*compat*'
type: external
payload: python.compat:lintpy3
setup: python.compat:setuppy3