From 5646d425a9837a3aa324fc535199b6905496abcd Mon Sep 17 00:00:00 2001 From: Andres Date: Mon, 18 Mar 2024 16:47:49 -0300 Subject: [PATCH] fmt --- testing/python/fixtures.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/python/fixtures.py b/testing/python/fixtures.py index 1fb5db2d8..d378ebef1 100644 --- a/testing/python/fixtures.py +++ b/testing/python/fixtures.py @@ -1799,7 +1799,6 @@ class TestFixtureManagerParseFactories: @pytest.fixture def hello(self, hello): return "class" - @pytest.mark.parametrize("param", ["foo"]) def test_hello(self, item, hello, fm): print(item)