mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-17 05:11:15 +00:00
Add fix for bitmart failing test
This commit is contained in:
@@ -116,6 +116,9 @@ class TestCCXTExchange:
|
|||||||
|
|
||||||
def test_ccxt_fetch_tickers(self, exchange: EXCHANGE_FIXTURE_TYPE):
|
def test_ccxt_fetch_tickers(self, exchange: EXCHANGE_FIXTURE_TYPE):
|
||||||
exch, exchangename = exchange
|
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"]
|
pair = EXCHANGES[exchangename]["pair"]
|
||||||
|
|
||||||
tickers = exch.get_tickers()
|
tickers = exch.get_tickers()
|
||||||
|
|||||||
Reference in New Issue
Block a user