tests: setup windows asyncio loop

pull/10858/head
Meng Xiangzhuo 1 year ago
parent 45bf046645
commit ad12a9eb99
No known key found for this signature in database
GPG Key ID: 7A1735AB4A5A3594

@ -16,9 +16,15 @@ from freqtrade.exchange.binance_public_data import (
symbol_ccxt_to_binance,
zip_name,
)
from freqtrade.system.asyncio_config import asyncio_setup
from freqtrade.util.datetime_helpers import dt_ts, dt_utc
@pytest.fixture(autouse=True, scope="module")
def setup_windows_asyncio_loop():
asyncio_setup()
# spot klines archive csv file format, the futures/um klines don't have the header line
#
# open_time,open,high,low,close,volume,close_time,quote_volume,count,taker_buy_volume,taker_buy_quote_volume,ignore # noqa: E501

Loading…
Cancel
Save