mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Allow running WPT in Firefox
This commit is contained in:
parent
f8eab2b165
commit
3bc2a5632a
3 changed files with 15 additions and 2 deletions
|
@ -135,6 +135,7 @@ def _activate_virtualenv(topdir):
|
|||
requirements_paths = [
|
||||
os.path.join("python", "requirements.txt"),
|
||||
os.path.join("tests", "wpt", "harness", "requirements.txt"),
|
||||
os.path.join("tests", "wpt", "harness", "requirements_firefox.txt"),
|
||||
os.path.join("tests", "wpt", "harness", "requirements_servo.txt"),
|
||||
]
|
||||
for req_rel_path in requirements_paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue