datasette/pytest.ini
Simon Willison c7e9c52e5b pytest skip tests in ignored/ folder
This is where Codex has a bunch of worktrees.
2026-09-16 16:22:48 -07:00

11 lines
424 B
INI

[pytest]
addopts = --ignore=ignored
filterwarnings=
# https://github.com/pallets/jinja/issues/927
ignore:Using or importing the ABCs::jinja2
# https://bugs.launchpad.net/beautifulsoup/+bug/1778909
ignore:Using or importing the ABCs::bs4.element
markers =
serial: tests to avoid using with pytest-xdist
playwright: browser automation tests, skipped unless --playwright is passed
asyncio_mode = strict