Remove duplicate fixture (now in conftest)
parent
21eb68148c
commit
c8cb5a2fdc
|
@ -5,11 +5,6 @@ import pytest
|
|||
import tractor
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def us_symbols():
|
||||
return ['TSLA', 'AAPL', 'CGC', 'CRON']
|
||||
|
||||
|
||||
async def rx_price_quotes_from_brokerd(us_symbols):
|
||||
"""Verify we can spawn a daemon actor and retrieve streamed price data.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue