skip "supports market order" for now until CCXT fixes their assignemnt bugs.

This commit is contained in:
Matthias
2022-07-11 10:22:51 +02:00
parent 7d6b3d0e02
commit 523d8a84a8
3 changed files with 11 additions and 8 deletions

View File

@@ -1027,9 +1027,9 @@ def test_validate_ordertypes(default_conf, mocker):
'stoploss': 'market',
'stoploss_on_exchange': False
}
with pytest.raises(OperationalException,
match=r'Exchange .* does not support market orders.'):
Exchange(default_conf)
# with pytest.raises(OperationalException,
# match=r'Exchange .* does not support market orders.'):
# Exchange(default_conf)
default_conf['order_types'] = {
'entry': 'limit',