From d738f21cc9380b428b0e20fd60a8690398bec3a0 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sat, 11 May 2024 11:51:55 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_8100_test.py: Reduced min_version to 5.0.1. Checked on 5.0.1.1394 #aa3cafb - all OK. --- tests/bugs/gh_8100_test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/bugs/gh_8100_test.py b/tests/bugs/gh_8100_test.py index 5d373582..bbd7291f 100644 --- a/tests/bugs/gh_8100_test.py +++ b/tests/bugs/gh_8100_test.py @@ -10,8 +10,8 @@ DESCRIPTION: https://firebird-driver.readthedocs.io/en/latest/usage-guide.html#firebird-array-type NOTES: [11.05.2024] pzotov - Confirmed problem on 6.0.0.344: got "ValueError: Incorrect ARRAY field value" - Checked on intermediate snapshot 6.0.0.345 #17b007d -- all OK. + Confirmed problem on 5.0.0.1391, 6.0.0.344: got "ValueError: Incorrect ARRAY field value" + Checked on 6.0.0.345 #17b007d, 5.0.1.1394 #aa3cafb - all OK. """ import pytest @@ -21,7 +21,7 @@ from firebird.qa import * db = db_factory() act = python_act('db', substitutions = [('[ \t]+', ' ')]) -@pytest.mark.version('>=6') +@pytest.mark.version('>=5.0.1') def test_1(act: Action, capsys): with act.db.connect() as con: