Commit f382402
ci(backend): pass --ignore=queryargus to pytest directly
The previous pytest.ini change had no effect on CI: pytest 9 (used in CI)
doesn't honour the [tool:pytest] section header in pytest.ini — that header
is for setup.cfg. Rather than rewriting the ini file and risking side
effects on the other (currently silently-ignored) options, set the flag at
the workflow level where its effect is explicit.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 616d538 commit f382402
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments