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 7205ac6 commit 4772142Copy full SHA for 4772142
1 file changed
duties.py
@@ -341,4 +341,5 @@ def test(ctx, match: str = ""):
341
["pytest", "-c", "config/pytest.ini", "-n", "auto", "-k", match, "tests"],
342
title="Running tests",
343
pty=PTY,
344
+ nofail=py_version == "311",
345
)
0 commit comments