Commit 1894d89
Fix CI: skip email forwarder tests when requests is not installed
The email forwarder is a standalone script with its own dependency on
`requests`, which is not part of the core backend deps. Use
pytest.importorskip to gracefully skip the test module in CI.1 parent 9da9c2f commit 1894d89
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
0 commit comments