Remove duplicate fixture (now in conftest)

kivy_mainline_and_py3.8
Tyler Goodlet 2018-11-11 21:07:34 -05:00
parent 21eb68148c
commit c8cb5a2fdc
1 changed files with 0 additions and 5 deletions

View File

@ -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.
"""