From 07e6932a176b9f69ebb63ba8b55556acaa8cd991 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 11 Feb 2023 08:13:46 +0100 Subject: [PATCH] Reenable longrun test mark --- tests/exchange/test_ccxt_compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/exchange/test_ccxt_compat.py b/tests/exchange/test_ccxt_compat.py index 565f3887b..8cc1c7c8d 100644 --- a/tests/exchange/test_ccxt_compat.py +++ b/tests/exchange/test_ccxt_compat.py @@ -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):