Skip to content

Commit 9f064e9

Browse files
committed
DEL: Remove unused requirements.txt
1 parent 1b8b87c commit 9f064e9

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/test_live_client.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -858,20 +858,9 @@ async def test_live_terminate(
858858
symbols="TEST",
859859
)
860860

861-
records = []
862-
863-
def callback(record: DBNRecord) -> None:
864-
nonlocal records
865-
records.append(record)
866-
867-
live_client.add_callback(callback)
868-
869-
live_client.start()
870861
live_client.terminate()
871862

872863
await live_client.wait_for_close()
873-
874-
assert records == []
875864
assert not live_client.is_connected()
876865

877866

0 commit comments

Comments
 (0)