lundberg / respx

Mock HTTPX with awesome request patterns and response side effects 🦋
https://lundberg.github.io/respx
BSD 3-Clause "New" or "Revised" License
602 stars 39 forks source link

Consider deprecating `session_event_loop` fixture #266

Open lundberg opened 6 months ago

lundberg commented 6 months ago

Investigate if the session_event_loop fixture can be deprecated, and then removed. It's plausible that pytest-asyncio may have solved this by now.