Commit b990610
fix: Skip loop close test when async transport deps missing
test_loop_close_flushes_async_transport needs ASYNC_TRANSPORT_ENABLED
to be True. In gevent env (no httpcore[asyncio]), the _flush function
correctly skips async transport handling, so close_async is never
called. Skip the test in that case.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1ac4196 commit b990610
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
648 | | - | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
649 | 652 | | |
650 | 653 | | |
651 | 654 | | |
| |||
0 commit comments