diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/tools/localpaths.py')
-rw-r--r-- | tests/wpt/web-platform-tests/tools/localpaths.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/wpt/web-platform-tests/tools/localpaths.py b/tests/wpt/web-platform-tests/tools/localpaths.py index 9d59cf815c6..c522efd4326 100644 --- a/tests/wpt/web-platform-tests/tools/localpaths.py +++ b/tests/wpt/web-platform-tests/tools/localpaths.py @@ -9,7 +9,10 @@ sys.path.insert(0, os.path.join(here, "six")) sys.path.insert(0, os.path.join(here, "html5lib")) sys.path.insert(0, os.path.join(here, "wptserve")) sys.path.insert(0, os.path.join(here, "pywebsocket", "src")) -sys.path.insert(0, os.path.join(here, "py")) -sys.path.insert(0, os.path.join(here, "pytest")) +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", "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, "webdriver")) sys.path.insert(0, os.path.join(here, "wptrunner")) |