Skip to content

Commit 505b09c

Browse files
committed
Added/Updated tests\bugs\gh_7921_test.py: Reduced min_version to 5.0.1 after backporting, see commit fef5af38, 23.01.2024.
1 parent 1f5b9d6 commit 505b09c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bugs/gh_7921_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
NOTES:
99
Confirmed problem on 5.0.0.1303.
1010
Checked on 6.0.0.180 (intermediate build 18.12.2023).
11+
Checked on 5.0.1.1322 after backporting (commit fef5af38, 23.01.2024).
1112
"""
1213

1314
import pytest
@@ -204,7 +205,7 @@ def replace_leading(source, char="."):
204205
return char * (len(source) - len(stripped)) + stripped
205206
#---------------------------------------------------------
206207

207-
@pytest.mark.version('>=6.0')
208+
@pytest.mark.version('>=5.0.1')
208209
def test_1(act: Action, capsys):
209210
with act.db.connect() as con:
210211
cur = con.cursor()

0 commit comments

Comments
 (0)