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 1f5b9d6 commit 505b09cCopy full SHA for 505b09c
tests/bugs/gh_7921_test.py
@@ -8,6 +8,7 @@
8
NOTES:
9
Confirmed problem on 5.0.0.1303.
10
Checked on 6.0.0.180 (intermediate build 18.12.2023).
11
+ Checked on 5.0.1.1322 after backporting (commit fef5af38, 23.01.2024).
12
"""
13
14
import pytest
@@ -204,7 +205,7 @@ def replace_leading(source, char="."):
204
205
return char * (len(source) - len(stripped)) + stripped
206
#---------------------------------------------------------
207
-@pytest.mark.version('>=6.0')
208
+@pytest.mark.version('>=5.0.1')
209
def test_1(act: Action, capsys):
210
with act.db.connect() as con:
211
cur = con.cursor()
0 commit comments