From f94d1b4619027409c7c682b760a257fc60abbf57 Mon Sep 17 00:00:00 2001 From: Gaurav Gupta <47334368+gaugup@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:43:40 -0700 Subject: [PATCH] Fix linting errors Signed-off-by: Gaurav Gupta <47334368+gaugup@users.noreply.github.com> --- tests/test_notebooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_notebooks.py b/tests/test_notebooks.py index 1959173a..344b097c 100644 --- a/tests/test_notebooks.py +++ b/tests/test_notebooks.py @@ -98,7 +98,7 @@ def _notebook_run(filepath): @pytest.mark.parametrize("notebook_filename", get_notebook_parameter_list()) -@pytest.mark.notebook_tests() +@pytest.mark.notebook_tests def test_notebook(notebook_filename): _check_notebook_cell_outputs(NOTEBOOKS_PATH + notebook_filename) errors = _notebook_run(NOTEBOOKS_PATH + notebook_filename)