Remove Bittrex subclass

This commit is contained in:
Matthias
2023-12-18 06:47:24 +01:00
parent fe4bf271b4
commit 5bbe6aacfd
4 changed files with 2 additions and 27 deletions

View File

@@ -3411,7 +3411,7 @@ def test_get_fee(default_conf, mocker, exchange_name):
def test_stoploss_order_unsupported_exchange(default_conf, mocker):
exchange = get_patched_exchange(mocker, default_conf, id='bittrex')
exchange = get_patched_exchange(mocker, default_conf, id='bitpanda')
with pytest.raises(OperationalException, match=r"stoploss is not implemented .*"):
exchange.create_stoploss(
pair='ETH/BTC',