feat: deprecate hdf5 as data storage

This commit is contained in:
Matthias
2024-12-24 15:19:22 +01:00
parent 2a526a815e
commit 5750d05891
4 changed files with 20 additions and 2 deletions

View File

@@ -360,6 +360,11 @@ def test_hdf5datahandler_trades_load(testdatadir):
# assert len([t for t in trades2 if t[0] > timerange.stopts * 1000]) == 0
def test_hdf5datahandler_deprecated(testdatadir, caplog):
get_datahandler(testdatadir, "hdf5")
log_has_re(r"DEPRECATED: The hdf5 dataformat is deprecated.*", caplog)
@pytest.mark.parametrize(
"pair,timeframe,candle_type,candle_append,startdt,enddt",
[