Commit 0d51a1c
Skip security tests when webapp deps are not installed
CI only installs base dependencies; importing ark.webapp.crypto
triggers fastapi import via ark/webapp/__init__.py. Add
pytest.importorskip guards so the test file is skipped gracefully.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4849ae0 commit 0d51a1c
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments