Commit 850913c
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.
Signed-off-by: Daniel Zullo <[email protected]>1 parent 9c750a6 commit 850913c
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