From ff1bdeedde78ed93114b909f8a134232bbc81864 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Thu, 16 Feb 2023 12:33:48 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_7379_test.py: minor change: adjust pytest.mark.version --- tests/bugs/gh_7379_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bugs/gh_7379_test.py b/tests/bugs/gh_7379_test.py index b16f03c8..6276c643 100644 --- a/tests/bugs/gh_7379_test.py +++ b/tests/bugs/gh_7379_test.py @@ -58,7 +58,7 @@ expected_stdout = """ Malformed string """ -@pytest.mark.version('>=3.0') +@pytest.mark.version('>=4.0.3') def test_1(act: Action): act.expected_stdout = expected_stdout act.execute(combine_output = True)