Skip to content

Commit 4772142

Browse files
committed
ci: Allow failures on Python 3.11
1 parent 7205ac6 commit 4772142

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

duties.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,4 +341,5 @@ def test(ctx, match: str = ""):
341341
["pytest", "-c", "config/pytest.ini", "-n", "auto", "-k", match, "tests"],
342342
title="Running tests",
343343
pty=PTY,
344+
nofail=py_version == "311",
344345
)

0 commit comments

Comments
 (0)