Commit 41e7309
committed
fix: Exclude aio module from coverage on Python 3.7
Add special coverage configuration for Python 3.7 that excludes
the aio module since it requires Python 3.8+ due to Starlette
dependency. This prevents coverage failures on Python 3.7.1 parent 297cb96 commit 41e7309
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | | - | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments