From 09a3a2fade99a2d478a75ac59c085b83954f97f6 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Wed, 19 Jul 2023 00:00:32 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_7651_test.py: Adjusted min_version. Checked on 3.0.11.33695, 4.0.3.2956 -- all fine. --- tests/bugs/gh_7651_test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/bugs/gh_7651_test.py b/tests/bugs/gh_7651_test.py index 1e089e1d..3c6155fc 100644 --- a/tests/bugs/gh_7651_test.py +++ b/tests/bugs/gh_7651_test.py @@ -7,7 +7,8 @@ TITLE: Unable to find savepoint in insert with nested query and returning DESCRIPTION: NOTES: [27.06.2023] pzotov - Confirmed bug on 4.0.3.2955. Checked on 4.0.3.2956 -- all fine. + Confirmed bug on 4.0.3.2955. + Checked on 3.0.11.33695, 4.0.3.2956 -- all fine. """ import pytest @@ -37,7 +38,7 @@ expected_stdout = """ MSG Completed """ -@pytest.mark.version('>=3.0') +@pytest.mark.version('>=3.0.11') def test_1(act: Action): act.expected_stdout = expected_stdout act.execute()