File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 3535
3636from crate .client import connect
3737from crate .client .converter import DataType , DefaultTypeConverter
38- from crate .client .http import Client
39- from crate .testing .util import ClientMocked
4038
4139
42- def test_create_with_timezome_as_datetime_object (mocked_connection ):
40+ def test_create_with_timezone_as_datetime_object (mocked_connection ):
4341 """
4442 The cursor can return timezone-aware `datetime` objects when requested.
4543 Switching the time zone at runtime on the cursor object is possible.
Original file line number Diff line number Diff line change @@ -307,9 +307,6 @@ def test_client_multithreaded():
307307 gate = Event ()
308308 error_queue = queue .Queue ()
309309
310- def setUp (self ):
311- self .client = Client (self .servers )
312- self .client .retry_interval = 0.2 # faster retry
313310 client = Client (servers )
314311 client .retry_interval = 0.2 # faster retry
315312
You can’t perform that action at this time.
0 commit comments