gecko-dev/tools/lint/py2.yml
Nick Alexander 96a9c22d8b Bug 1409087 - Part 4: Remove browser JUnit 3 tests and build apparatus for {browser,background}.apk. r=Grisha,ted.mielczarek
The browser JUnit 3 test suite has never run in automation, and no
test has been added or updated since 2016.  Half of the existing
"tests" are broken on my local device.  This allows to clean several
Makefile's related to this undeveloped testing approach, which won't
be pursued post-Gradle.

MozReview-Commit-ID: 1EbGMLntuyR

--HG--
extra : rebase_source : b4751f96851a8df61c0333a3e0ade3805b280dfe
2017-11-02 16:03:00 -07:00

66 lines
1.6 KiB
YAML

---
py2:
description: Python 2 compatibility check
include: ['.']
exclude:
- accessible/xpcom/AccEventGen.py
- browser
- build
- client.py
- config
- configure.py
- devtools/shared/css/generated/mach_commands.py
- dom
- editor
- gfx
- intl
- ipc
- js/src
- js/xpconnect
- layout
- media
- memory
- mobile
- modules
- mozglue
- netwerk
- nsprpub
- other-licenses
- probes/trace-gen.py
- python/devtools
- python/mach
- python/mozbuild
- python/mozversioncontrol
- security
- services/common/tests/mach_commands.py
- servo
- testing/awsy
- testing/firefox-ui
- testing/geckodriver
- testing/gtest
- testing/marionette
- testing/mochitest
- testing/mozharness
- testing/remotecppunittests.py
- testing/runcppunittests.py
- testing/runtimes
- testing/tools
- testing/tps
- testing/web-platform
- third_party
- toolkit
- tools/docs
- tools/git/eslintvalidate.py
- tools/jprof/split-profile.py
- tools/lint
- tools/mach_commands.py
- tools/mercurial/eslintvalidate.py
- tools/power/mach_commands.py
- tools/profiler
- tools/rb
- tools/update-packaging
- xpcom
extensions: ['py']
type: external
payload: python.compat:lintpy2