mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
This commit is contained in:
parent
fb4f421c8b
commit
296fa2512b
21852 changed files with 2080936 additions and 892894 deletions
|
@ -8,12 +8,16 @@ deps =
|
|||
pytest
|
||||
coverage
|
||||
mock
|
||||
hypothesis
|
||||
|
||||
commands =
|
||||
coverage run -m pytest
|
||||
flake8
|
||||
|
||||
passenv =
|
||||
HYPOTHESIS_PROFILE
|
||||
|
||||
[flake8]
|
||||
ignore = E128,E129,E221,E226,E231,E251,E265,E302,E303,E402,E901,F401,F821,F841
|
||||
ignore = E128,E129,E221,E226,E231,E251,E265,E302,E303,E305,E402,E901,F401,F821,F841
|
||||
max-line-length = 141
|
||||
exclude = .tox,html5lib,py,pytest,pywebsocket,six,webdriver,wptserve
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue