From 82254e58bb8962aa69fb3dac24e77ea74ca5e543 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Tue, 6 Feb 2024 12:34:31 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_7993_test.py: reduced min_version to 4.0.5 after check intermediate builds: Checked on 5.0.1.1331 (commit 86902a69), 4.0.5.3054 (commit 147bff1a) --- tests/bugs/gh_7993_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bugs/gh_7993_test.py b/tests/bugs/gh_7993_test.py index 73de7b8b..d456d5a5 100644 --- a/tests/bugs/gh_7993_test.py +++ b/tests/bugs/gh_7993_test.py @@ -8,7 +8,7 @@ NOTES: [06.02.2024] pzotov Confirmed bug on 6.0.0.247 Checked on 6.0.0.249 -- all OK. - NB: 5.x is also affected and it looks a regression since 5.0.0.1292 (date of build: 04-dec-2023) + Checked on 5.0.1.1331 (commit 86902a69), 4.0.5.3054 (commit 147bff1a) """ import pytest @@ -43,7 +43,7 @@ expected_stdout = """ Records affected: 1 """ -@pytest.mark.version('>=6.0') +@pytest.mark.version('>=4.0.5') def test_1(act: Action): act.expected_stdout = expected_stdout act.execute(combine_output = True)