diff --git a/graph_adapter_tests/h_dask/test_h_dask.py b/graph_adapter_tests/h_dask/test_h_dask.py index 4be57d8f..42d1b84f 100644 --- a/graph_adapter_tests/h_dask/test_h_dask.py +++ b/graph_adapter_tests/h_dask/test_h_dask.py @@ -46,7 +46,6 @@ def test_dask_graph_adapter_simple(client): def test_smoke_screen_module(client): config = {"region": "US"} - index = pd.Series(pd.DatetimeIndex(pd.date_range(start="20200101", end="20220801", freq="7d"))) dr = driver.Driver(config, smoke_screen_module, adapter=h_dask.DaskGraphAdapter(client)) output_columns = [ "raw_acquisition_cost", diff --git a/tests/test_function_modifiers.py b/tests/test_function_modifiers.py index 37c658e1..4b110226 100644 --- a/tests/test_function_modifiers.py +++ b/tests/test_function_modifiers.py @@ -740,11 +740,6 @@ def test_tags_invalid_value(value): assert not function_modifiers.tag._value_allowed(value) -@pytest.mark.parametrize("value", [None, False, [], ["foo", "bar"]]) -def test_tags_invalid_value(value): - assert not function_modifiers.tag._value_allowed(value) - - def test_check_output_node_transform(): decorator = check_output( importance="warn",