datasette/pytest.ini
2026-06-14 16:39:55 -07:00

10 lines
397 B
INI

[pytest]
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