fix: data management conversion to async (#1185)

Fix test warnings left over from data management conversion to async design.
Mostly tagging async tests.

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
Bobby Noelte
2026-07-22 14:50:55 +02:00
committed by GitHub
parent 8d72177671
commit c914bae667
12 changed files with 152 additions and 147 deletions

View File

@@ -40,7 +40,6 @@ def sample_import_1_json():
return input_data
@pytest.mark.asyncio
class TestElecPriceImport:
# ------------------------------------------------
# General forecast
@@ -72,6 +71,7 @@ class TestElecPriceImport:
# ------------------------------------------------
@pytest.mark.asyncio
@pytest.mark.parametrize(
"start_datetime, from_file",
[