Skip to content

Commit 6b63492

Browse files
Don’t reiterate strict=True, since we have xfail_strict = True
1 parent 51f6185 commit 6b63492

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/trio/_core/_tests/test_run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2820,7 +2820,6 @@ def no_other_refs() -> list[object]:
28202820
@pytest.mark.xfail(
28212821
sys.version_info >= (3, 14),
28222822
reason="https://github.com/python/cpython/issues/125603",
2823-
strict=True,
28242823
)
28252824
async def test_ki_protection_doesnt_leave_cyclic_garbage() -> None:
28262825
class MyException(Exception):

0 commit comments

Comments
 (0)