Skip to content

Commit 82254e5

Browse files
committed
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)
1 parent 704a15d commit 82254e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bugs/gh_7993_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[06.02.2024] pzotov
99
Confirmed bug on 6.0.0.247
1010
Checked on 6.0.0.249 -- all OK.
11-
NB: 5.x is also affected and it looks a regression since 5.0.0.1292 (date of build: 04-dec-2023)
11+
Checked on 5.0.1.1331 (commit 86902a69), 4.0.5.3054 (commit 147bff1a)
1212
"""
1313

1414
import pytest
@@ -43,7 +43,7 @@
4343
Records affected: 1
4444
"""
4545

46-
@pytest.mark.version('>=6.0')
46+
@pytest.mark.version('>=4.0.5')
4747
def test_1(act: Action):
4848
act.expected_stdout = expected_stdout
4949
act.execute(combine_output = True)

0 commit comments

Comments
 (0)