Commit 6950ab9
committed
fix(tests): shim removed aiohttp stream mixin for vcr
VCR.py imports aiohttp.streams.AsyncStreamReaderMixin at module import time, but newer aiohttp releases removed that internal symbol. Add a no-op compatibility shim before importing the aiohttp stubs so provider test collection does not fail.1 parent 0d6c87d commit 6950ab9
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
| |||
0 commit comments