Remove bitvavo temp. workaround
This commit is contained in:
@@ -544,8 +544,6 @@ class TestCCXTExchange:
|
|||||||
if exchangename in ('bittrex'):
|
if exchangename in ('bittrex'):
|
||||||
# For some weired reason, this test returns random lengths for bittrex.
|
# For some weired reason, this test returns random lengths for bittrex.
|
||||||
pytest.skip("Exchange doesn't provide stable ohlcv history")
|
pytest.skip("Exchange doesn't provide stable ohlcv history")
|
||||||
if exchangename in ('bitvavo'):
|
|
||||||
pytest.skip("Exchange Downtime ")
|
|
||||||
|
|
||||||
if not exc._ft_has['ohlcv_has_history']:
|
if not exc._ft_has['ohlcv_has_history']:
|
||||||
pytest.skip("Exchange does not support candle history")
|
pytest.skip("Exchange does not support candle history")
|
||||||
|
|||||||
Reference in New Issue
Block a user