Commit 616d538
ci(backend): ignore queryargus submodule tests during pytest collection
The submodule's tests require extras (azure-*, typer) that CI deliberately
skips via `pip install --no-deps -e ./queryargus`, so collecting them fails
on CI. Add `--ignore=queryargus` so pytest only walks the BFF's own tests.
The submodule has its own CI; we don't need to re-run those tests here.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent d4ca8ab commit 616d538
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments