diff --git a/tests/bugs/gh_7600_test.py b/tests/bugs/gh_7600_test.py index da4a2cf1..ad3514df 100644 --- a/tests/bugs/gh_7600_test.py +++ b/tests/bugs/gh_7600_test.py @@ -52,7 +52,7 @@ expected_stdout = """ NO """ -@pytest.mark.version('>=3.0') +@pytest.mark.version('>=6.0') def test_1(act: Action): act.expected_stdout = expected_stdout act.execute()