Skip to content

Commit 6a184a6

Browse files
committed
Added/Updated tests\bugs\gh_7998_test.py: Checked on 5.0.1.1340 -- all fine. Reduced min_version.
1 parent 6e8c054 commit 6a184a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/bugs/gh_7998_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
Statement failed, SQLSTATE = 25000
1414
transaction marked invalid and cannot be committed
1515
Checked on 6.0.0.257 -- all fine.
16+
17+
[15.02.2024] pzotov
18+
Checked on 5.0.1.1340 -- all fine. Reduced min_version.
1619
"""
1720

1821
import pytest
@@ -33,7 +36,7 @@
3336
conversion error from string "2"
3437
"""
3538

36-
@pytest.mark.version('>=6.0')
39+
@pytest.mark.version('>=5.0.1')
3740
def test_1(act: Action):
3841
act.expected_stdout = expected_stdout
3942
act.execute(combine_output = True)

0 commit comments

Comments
 (0)