mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision d3cf77a7b8c20c678b725238eaa8a72eca3787ae
This commit is contained in:
parent
880f3b8b7a
commit
efca990ffe
541 changed files with 8000 additions and 2276 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue