Skip to content

Commit 5b57e1b

Browse files
committed
Added/Updated tests\bugs\gh_7997_test.py: Reduced min_version after check 4.0.5.3066 (commit #9930033)
1 parent 0d7b7d4 commit 5b57e1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bugs/gh_7997_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
Confirmed problem in 6.0.0.274: some expressions fail with "SQLSTATE = 22003 / ... / -numeric value is out of range".
1010
Checked 6.0.0.276 -- all fine.
1111
Checked 5.0.1.1358 (25a643a).
12+
Checked 4.0.5.3066 (9930033).
1213
"""
1314

1415
import pytest
@@ -86,7 +87,7 @@
8687
Records affected: 0
8788
"""
8889

89-
@pytest.mark.version('>=5.0.1')
90+
@pytest.mark.version('>=4.0.5')
9091
def test_1(act: Action):
9192
act.expected_stdout = expected_stdout
9293
act.execute(combine_output = True)

0 commit comments

Comments
 (0)