File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 39
39
from pymongo .operations import _Op
40
40
from pymongo .server_selectors import writable_server_selector
41
41
42
+ _IS_SYNC = False
43
+
42
44
43
45
def get_topology_settings_dict (** kwargs ):
44
46
settings = {
Original file line number Diff line number Diff line change 18
18
import datetime
19
19
import os
20
20
import sys
21
- from test . synchronous import PyMongoTestCase
21
+ from test import PyMongoTestCase
22
22
23
23
sys .path [0 :0 ] = ["" ]
24
24
39
39
from pymongo .synchronous .settings import TopologySettings
40
40
from pymongo .synchronous .topology import Topology
41
41
42
+ _IS_SYNC = True
43
+
42
44
43
45
def get_topology_settings_dict (** kwargs ):
44
46
settings = {
Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ def async_only_test(f: str) -> bool:
246
246
"test_unified_format.py" ,
247
247
"test_versioned_api_integration.py" ,
248
248
"unified_format.py" ,
249
+ "utils_selection_tests.py" ,
249
250
]
250
251
251
252
You can’t perform that action at this time.
0 commit comments