From 0c7ba7fc9df10ce47f3a059dc63dea381cd01028 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:31:37 +0000 Subject: [PATCH] style: pre-commit fixes --- tests/test_0637-setup-tests-for-AwkwardForth.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/test_0637-setup-tests-for-AwkwardForth.py b/tests/test_0637-setup-tests-for-AwkwardForth.py index 9d6093a77..e6216e48a 100644 --- a/tests/test_0637-setup-tests-for-AwkwardForth.py +++ b/tests/test_0637-setup-tests-for-AwkwardForth.py @@ -56,7 +56,6 @@ def test_02(is_forth): assert interp._complete_forth_code is not None - @pytest.mark.parametrize("is_forth", [False, True]) def test_03(is_forth): with uproot.open(skhep_testdata.data_path("uproot-FCCDelphesOutput.root")) as file: @@ -75,7 +74,6 @@ def test_03(is_forth): assert interp._complete_forth_code is not None - @pytest.mark.parametrize("is_forth", [False, True]) def test_04(is_forth): with uproot.open(skhep_testdata.data_path("uproot-issue-123a.root")) as file: @@ -99,7 +97,6 @@ def test_05(): # py[-1] == - @pytest.mark.parametrize("is_forth", [False, True]) def test_06(is_forth): with uproot.open(skhep_testdata.data_path("uproot-issue-123a.root")) as file: @@ -114,7 +111,6 @@ def test_06(is_forth): assert interp._complete_forth_code is not None - @pytest.mark.parametrize("is_forth", [False, True]) def test_07(is_forth): with uproot.open(skhep_testdata.data_path("uproot-issue-123a.root")) as file: @@ -154,7 +150,6 @@ def test_09(is_forth): assert interp._complete_forth_code is not None - @pytest.mark.parametrize("is_forth", [False, True]) def test_10(is_forth): with uproot.open(skhep_testdata.data_path("uproot-issue-123a.root")) as file: @@ -216,7 +211,6 @@ def test_13(is_forth): assert interp._complete_forth_code is not None - @pytest.mark.parametrize("is_forth", [False, True]) def test_14(is_forth): with uproot.open(skhep_testdata.data_path("uproot-issue-123a.root")) as file: @@ -351,7 +345,6 @@ def test_22(is_forth): assert interp.content._complete_forth_code is not None - @pytest.mark.skip(reason="AwkwardForth generation not implemented for this case.") @pytest.mark.parametrize("is_forth", [False, True]) def test_23(is_forth): @@ -458,7 +451,6 @@ def test_30(is_forth): assert interp._complete_forth_code is not None - @pytest.mark.parametrize("is_forth", [False, True]) def test_31(is_forth): with uproot.open(skhep_testdata.data_path("uproot-issue-308.root")) as file: @@ -473,7 +465,6 @@ def test_31(is_forth): assert interp._complete_forth_code is not None - @pytest.mark.parametrize("is_forth", [False, True]) def test_32(is_forth): with uproot.open(skhep_testdata.data_path("uproot-issue31.root")) as file: @@ -503,7 +494,6 @@ def test_33(is_forth): assert interp._complete_forth_code is not None - @pytest.mark.parametrize("is_forth", [False, True]) def test_34(is_forth): with uproot.open(skhep_testdata.data_path("uproot-issue371.root")) as file: @@ -786,7 +776,6 @@ def test_54(is_forth): assert interp._complete_forth_code is not None - @pytest.mark.parametrize("is_forth", [False, True]) def test_55(is_forth): with uproot.open(skhep_testdata.data_path("uproot-issue519.root")) as file: