Commit 93b310e
Fix bare poetry run pytest invocation
- Add testpaths=["test"] and norecursedirs to exclude web2py, interactives,
and other non-pytest directories that caused collection errors
- Add --import-mode=importlib to avoid rsptx.logging / stdlib logging name clash
- Add tldextract dependency (used by admin_server_api/routers/lti1p3.py but
missing from pyproject.toml, causing admin server test collection failure)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2248122 commit 93b310e
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
181 | 195 | | |
182 | 196 | | |
183 | 197 | | |
| |||
0 commit comments