mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update wptrunner.
This commit is contained in:
parent
92d8f5c552
commit
82e2d017ef
21 changed files with 717 additions and 66 deletions
|
@ -32,7 +32,6 @@ def do_delayed_imports(logger, test_paths):
|
|||
global serve, sslutils
|
||||
|
||||
serve_root = serve_path(test_paths)
|
||||
|
||||
sys.path.insert(0, serve_root)
|
||||
|
||||
failed = []
|
||||
|
@ -45,7 +44,6 @@ def do_delayed_imports(logger, test_paths):
|
|||
try:
|
||||
import sslutils
|
||||
except ImportError:
|
||||
raise
|
||||
failed.append("sslutils")
|
||||
|
||||
if failed:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue