Skip to content

Commit 73190ac

Browse files
committed
Added/Updated tests\bugs\gh_7997_test.py: Checked 5.0.1.1358. Reduced min_version to 5.0.1.
1 parent 4222fdd commit 73190ac

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
@@ -8,6 +8,7 @@
88
[11.03.2024] pzotov.
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.
11+
Checked 5.0.1.1358 (25a643a).
1112
"""
1213

1314
import pytest
@@ -85,7 +86,7 @@
8586
Records affected: 0
8687
"""
8788

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

0 commit comments

Comments
 (0)