Filter deprecation warning - it's a dependency ...

This commit is contained in:
Matthias 2024-04-23 19:52:44 +02:00
parent 6113e47991
commit 226eaf0d0a

View File

@ -901,6 +901,7 @@ def test_in_strategy_auto_hyperopt(mocker, hyperopt_conf, tmp_path, fee) -> None
hyperopt.get_optimizer([], 2)
@pytest.mark.filterwarnings("ignore::DeprecationWarning")
def test_in_strategy_auto_hyperopt_with_parallel(mocker, hyperopt_conf, tmp_path, fee) -> None:
mocker.patch(f'{EXMS}.validate_config', MagicMock())
mocker.patch(f'{EXMS}.get_fee', fee)