Commit 41ed7b2
Codex
Fix ci workflow missing cryptography and run full pytest
The api CI job was hard-coding a subset of pip packages and only running
two test files. After provider-key encryption landed in security.py, the
test_user_auth_cache and test_provider_and_extraction_parsing tests
import cryptography via api.services.security and the install step no
longer provided it, causing collection errors and a red workflow on
every recent push.
Use requirements.txt as the install source of truth and run the full
pytest suite under api/ so future tests can't silently miss deps.1 parent 8e43251 commit 41ed7b2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments