From c7e9c52e5b0c2c3d4f85ea04179aebe8b6d1fe00 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 16 Sep 2026 16:22:48 -0700 Subject: [PATCH] pytest skip tests in ignored/ folder This is where Codex has a bunch of worktrees. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 75de6925..590054de 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,5 @@ [pytest] +addopts = --ignore=ignored filterwarnings= # https://github.com/pallets/jinja/issues/927 ignore:Using or importing the ABCs::jinja2