File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def event_loop_policy():
24
24
return asyncio .get_event_loop_policy ()
25
25
26
26
27
- @pytest_asyncio .fixture (scope = "session " , autouse = True )
27
+ @pytest_asyncio .fixture (scope = "packages " , autouse = True )
28
28
async def test_setup_and_teardown ():
29
29
await async_setup ()
30
30
yield
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def event_loop_policy():
22
22
return asyncio .get_event_loop_policy ()
23
23
24
24
25
- @pytest .fixture (scope = "session " , autouse = True )
25
+ @pytest .fixture (scope = "packages " , autouse = True )
26
26
def test_setup_and_teardown ():
27
27
setup ()
28
28
yield
Original file line number Diff line number Diff line change 110
110
"async_repl_set_step_down" : "repl_set_step_down" ,
111
111
"AsyncPeriodicExecutor" : "PeriodicExecutor" ,
112
112
"async_wait_for_event" : "wait_for_event" ,
113
+ "pymongo_server_monitor_thread" : "pymongo_server_monitor_task" ,
113
114
}
114
115
115
116
docstring_replacements : dict [tuple [str , str ], str ] = {
You can’t perform that action at this time.
0 commit comments