servo/tests/wpt/web-platform-tests/tools/pytest.ini

7 lines
230 B
INI

[pytest]
norecursedirs = .* {arch} *.egg html5lib third_party pywebsocket six wpt wptrunner
xfail_strict = true
addopts = --strict-markers
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
remote_network