mirror of
https://github.com/servo/servo.git
synced 2025-08-20 12:55:33 +01:00
Update web-platform-tests to revision ead8f8b00d0b68237109f3c93d0ccae076a34f98
This commit is contained in:
parent
d029b1a0ff
commit
2178678b0f
75 changed files with 2476 additions and 391 deletions
|
@ -9,7 +9,7 @@ deps =
|
|||
mock
|
||||
hypothesis
|
||||
|
||||
commands = pytest --cov {posargs}
|
||||
commands = pytest {posargs}
|
||||
|
||||
passenv =
|
||||
HYPOTHESIS_PROFILE
|
||||
|
|
|
@ -13,4 +13,4 @@ deps =
|
|||
-r{toxinidir}/../wptrunner/requirements_firefox.txt
|
||||
|
||||
commands =
|
||||
pytest --cov {posargs}
|
||||
pytest {posargs}
|
||||
|
|
|
@ -20,6 +20,6 @@ deps =
|
|||
sauce: -r{toxinidir}/requirements_sauce.txt
|
||||
servo: -r{toxinidir}/requirements_servo.txt
|
||||
|
||||
commands = pytest {posargs:--cov}
|
||||
commands = pytest {posargs}
|
||||
|
||||
setenv = CURRENT_TOX_ENV = {envname}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue