Commit 54ae8ed
committed
Remove pytest fixture for event loop for session
It's cleaner to run an event loop for each test rather
than for the entire session specially when the gRPC client
is a singleton and its internal state can be corrupted
when used concurrently from multiple async contexts.1 parent c8aefc9 commit 54ae8ed
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
0 commit comments