Skip to content

Commit c8ba9f8

Browse files
committed
[Tests] remove deprecated unused usefixtures in fixture
1 parent 177c80a commit c8ba9f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/exchange_data/test_exchange_symbols_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
pytestmark = pytest.mark.asyncio
2626

2727

28-
@pytest.mark.usefixtures("event_loop", "exchange_manager")
2928
@pytest_asyncio.fixture(scope="function")
3029
async def exchange_symbols_data(exchange_manager):
3130
return ExchangeSymbolsData(exchange_manager)

0 commit comments

Comments
 (0)