Remove bitmart online test skip

This commit is contained in:
Matthias
2024-05-29 06:34:52 +02:00
parent d9f48f2ca6
commit efe6101081

View File

@@ -116,9 +116,6 @@ class TestCCXTExchange:
def test_ccxt_fetch_tickers(self, exchange: EXCHANGE_FIXTURE_TYPE):
exch, exchangename = exchange
if exchangename in ("bitmart"):
# TODO: Remove once https://github.com/ccxt/ccxt/issues/22631 is fixed.
pytest.skip("Bitmart is unstable here at the moment")
pair = EXCHANGES[exchangename]["pair"]
tickers = exch.get_tickers()