Commit c1492fb
committed
debug: add anyio package inspection to CI
Add debugging step to lowest-direct tests to inspect the actual
anyio package being installed. This will help diagnose why the CI
is seeing code that tries to import RunFinishedError (which only
exists in anyio 4.11+) even though anyio 4.5.0 is being installed.
The debug step will output:
- Installed anyio version
- Package location
- Whether RunFinishedError appears in the source
- First 100 lines of _backends/_asyncio.py
- Package directory contents
This runs only on lowest-direct tests to avoid cluttering logs.1 parent 03de4ae commit c1492fb
File tree
1 file changed
+20
-0
lines changed- .github/workflows
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
59 | 79 | | |
60 | 80 | | |
61 | 81 | | |
| |||
0 commit comments