Skip to content

Commit 07c12b1

Browse files
tjkusonseifertm
andcommitted
Fix skipif reason typo
Co-authored-by: Michael Seifert <m.seifert@digitalernachschub.de>
1 parent d7a2d64 commit 07c12b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_loop_factory_parametrization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@pytest.mark.skipif(
1010
not hasattr(pytest, "HIDDEN_PARAM"),
11-
reason="pytest.HIDDEN_PARAM requires pytest 9.0+",
11+
reason="pytest.HIDDEN_PARAM requires pytest 8.4+",
1212
)
1313
def test_single_factory_does_not_add_suffix_to_test_name(
1414
pytester: Pytester,

0 commit comments

Comments
 (0)