We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8c054 commit 6a184a6Copy full SHA for 6a184a6
tests/bugs/gh_7998_test.py
@@ -13,6 +13,9 @@
13
Statement failed, SQLSTATE = 25000
14
transaction marked invalid and cannot be committed
15
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.
19
"""
20
21
import pytest
@@ -33,7 +36,7 @@
33
36
conversion error from string "2"
34
37
35
38
-@pytest.mark.version('>=6.0')
39
+@pytest.mark.version('>=5.0.1')
40
def test_1(act: Action):
41
act.expected_stdout = expected_stdout
42
act.execute(combine_output = True)
0 commit comments