pytest skip tests in ignored/ folder

This is where Codex has a bunch of worktrees.
This commit is contained in:
Simon Willison 2026-09-16 16:22:48 -07:00
commit c7e9c52e5b

View file

@ -1,4 +1,5 @@
[pytest]
addopts = --ignore=ignored
filterwarnings=
# https://github.com/pallets/jinja/issues/927
ignore:Using or importing the ABCs::jinja2