mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update web-platform-tests to revision 60220357131c65146444da1f54624d5b54d0975d
This commit is contained in:
parent
c45192614c
commit
775b784f79
2144 changed files with 58115 additions and 29658 deletions
|
@ -7,12 +7,15 @@ repo_root = os.path.abspath(os.path.join(here, os.pardir))
|
|||
sys.path.insert(0, os.path.join(here))
|
||||
sys.path.insert(0, os.path.join(here, "wptserve"))
|
||||
sys.path.insert(0, os.path.join(here, "pywebsocket"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "atomicwrites"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "attrs", "src"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "funcsigs"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "html5lib"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "more-itertools"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "pluggy"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "py"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "pytest"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "pytest", "src"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "six"))
|
||||
sys.path.insert(0, os.path.join(here, "third_party", "webencodings"))
|
||||
sys.path.insert(0, os.path.join(here, "webdriver"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue