Bug 1553509 [wpt PR 16639] - Get all of manifest/lint/gitignore typed, a=testonly
commit2481563b4f420157cbbb889a690d56c887ee0255
authorSam Sneddon <me@gsnedders.com>
Thu, 13 Jun 2019 15:02:06 +0000 (13 15:02 +0000)
committerJames Graham <james@hoppipolla.co.uk>
Wed, 19 Jun 2019 18:06:26 +0000 (19 11:06 -0700)
tree0b479c424c28a34a9e037ebff2aad69956c55e93
parentbf988fbe8398eed50098c1221c6d4fea78cbe4a8
Bug 1553509 [wpt PR 16639] - Get all of manifest/lint/gitignore typed, a=testonly

Automatic update from web-platform-tests
Get all of manifest/lint/gitignore typed (#16639)

This also stops running mypy in Py3 mode as with more functions
annotated and mypy running on more of our code it reveals this code to
be the broken mess it actually is (mostly due to bytes/Text).
--

wp5At-commits: e98eee5aec6ba154f2f086e9d2f0a287617e8519
wpt-pr: 16639
21 files changed:
testing/web-platform/tests/tools/gitignore/gitignore.py
testing/web-platform/tests/tools/gitignore/tests/test_gitignore.py
testing/web-platform/tests/tools/lint/fnmatch.py
testing/web-platform/tests/tools/lint/lint.py
testing/web-platform/tests/tools/lint/rules.py
testing/web-platform/tests/tools/manifest/XMLParser.py
testing/web-platform/tests/tools/manifest/download.py
testing/web-platform/tests/tools/manifest/item.py
testing/web-platform/tests/tools/manifest/log.py
testing/web-platform/tests/tools/manifest/manifest.py
testing/web-platform/tests/tools/manifest/sourcefile.py
testing/web-platform/tests/tools/manifest/tests/test_item.py
testing/web-platform/tests/tools/manifest/tests/test_manifest.py
testing/web-platform/tests/tools/manifest/tests/test_sourcefile.py
testing/web-platform/tests/tools/manifest/update.py
testing/web-platform/tests/tools/manifest/utils.py
testing/web-platform/tests/tools/manifest/vcs.py
testing/web-platform/tests/tools/mypy.ini
testing/web-platform/tests/tools/tox.ini
testing/web-platform/tests/tools/wpt/testfiles.py
testing/web-platform/tests/tools/wptrunner/wptrunner/metadata.py