remove unneeded pytest mark

This commit is contained in:
Florian Förster 2025-04-16 11:56:21 +02:00
parent 063531a08e
commit 6a7f59116f

View File

@ -71,7 +71,6 @@ def test_sales_prognosis_pipeline(exmpl_api_sales_prognosis_resp, session):
assert metrics.execution_duration > 0
@pytest.mark.new
def test_sales_prognosis_pipeline_dummy(session):
with patch("delta_barth.pipelines.SESSION", session):
json_export = pl.pipeline_sales_forecast_dummy(None, None)