Skip to content

Commit

Permalink
Don’t reiterate strict=True, since we have xfail_strict = True
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Feb 14, 2025
1 parent 51f6185 commit 6b63492
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/trio/_core/_tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -2820,7 +2820,6 @@ def no_other_refs() -> list[object]:
@pytest.mark.xfail(
sys.version_info >= (3, 14),
reason="https://github.com/python/cpython/issues/125603",
strict=True,
)
async def test_ki_protection_doesnt_leave_cyclic_garbage() -> None:
class MyException(Exception):
Expand Down

0 comments on commit 6b63492

Please sign in to comment.