diff --git a/tests/bugs/gh_7670_test.py b/tests/bugs/gh_7670_test.py index 29c04e73..536887c3 100644 --- a/tests/bugs/gh_7670_test.py +++ b/tests/bugs/gh_7670_test.py @@ -111,7 +111,7 @@ expected_stdout = """ -duplicate specification of A_NAME_IN_PACKAGED_PROC - not supported """ -@pytest.mark.version('>=3.0') +@pytest.mark.version('>=4.0.2') def test_1(act: Action): act.expected_stdout = expected_stdout act.execute(combine_output = True)