Reenable longrun test mark

This commit is contained in:
Matthias 2023-02-11 08:13:46 +01:00
parent 0713fc6a6a
commit 07e6932a17

View File

@ -336,7 +336,7 @@ def exchange_futures(request, exchange_conf, class_mocker):
yield exchange, request.param
# @pytest.mark.longrun
@pytest.mark.longrun
class TestCCXTExchange():
def test_load_markets(self, exchange: EXCHANGE_FIXTURE_TYPE):