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)