Skip to content

Commit e917f7c

Browse files
committed
mark test_nursery_cancel_doesnt_create_cyclic_garbage as xfail on 3.12, waiting for upstream issue to get resolved.
1 parent 0e8a989 commit e917f7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

trio/_core/_tests/test_run.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2279,6 +2279,10 @@ async def crasher():
22792279
gc.garbage.clear()
22802280

22812281

2282+
@pytest.mark.xfail(
2283+
sys.version_info >= (3, 12),
2284+
reason="Waiting on https://github.com/python/cpython/issues/100964",
2285+
)
22822286
@pytest.mark.skipif(
22832287
sys.implementation.name != "cpython", reason="Only makes sense with refcounting GC"
22842288
)

0 commit comments

Comments
 (0)