Update web-platform-tests to revision d3cf77a7b8c20c678b725238eaa8a72eca3787ae

This commit is contained in:
WPT Sync Bot 2019-04-25 22:18:37 -04:00
parent 880f3b8b7a
commit efca990ffe
541 changed files with 8000 additions and 2276 deletions

View file

@ -78,7 +78,7 @@ class GitHasher(object):
class FileSystem(object):
def __init__(self, root, url_base, cache_path, manifest_path=None, rebuild=False):
from gitignore import gitignore
from gitignore import gitignore # type: ignore
self.root = os.path.abspath(root)
self.url_base = url_base
self.ignore_cache = None
@ -115,7 +115,7 @@ class FileSystem(object):
class CacheFile(object):
file_name = None
file_name = None # type: Optional[str]
def __init__(self, cache_root, tests_root, rebuild=False):
self.tests_root = tests_root