summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/pytest.ini
blob: c1e428d0717ed923a6011198e84757cb3cc96f87 (plain)
1
2
3
4
5
6
7
8
9
[pytest]
# Directories with their own tox.ini: wave, wpt, wptrunner
# Python 3 only: quic (it should have its own tox.ini eventually)
norecursedirs = .* {arch} *.egg third_party wave wpt wptrunner quic
xfail_strict = true
addopts = --strict-markers
markers =
    slow: marks tests as slow (deselect with '-m "not slow"')
    remote_network