Skip to content

Commit 6e8c054

Browse files
committed
Added/Updated tests\bugs\gh_7998_test.py: adjusted min_version
1 parent 00b0374 commit 6e8c054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bugs/gh_7998_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
conversion error from string "2"
3434
"""
3535

36-
@pytest.mark.version('>=5.0.1')
36+
@pytest.mark.version('>=6.0')
3737
def test_1(act: Action):
3838
act.expected_stdout = expected_stdout
3939
act.execute(combine_output = True)

0 commit comments

Comments
 (0)