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 704a15d commit 82254e5Copy full SHA for 82254e5
tests/bugs/gh_7993_test.py
@@ -8,7 +8,7 @@
8
[06.02.2024] pzotov
9
Confirmed bug on 6.0.0.247
10
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)
+ Checked on 5.0.1.1331 (commit 86902a69), 4.0.5.3054 (commit 147bff1a)
12
"""
13
14
import pytest
@@ -43,7 +43,7 @@
43
Records affected: 1
44
45
46
-@pytest.mark.version('>=6.0')
+@pytest.mark.version('>=4.0.5')
47
def test_1(act: Action):
48
act.expected_stdout = expected_stdout
49
act.execute(combine_output = True)
0 commit comments