Skip to content

Commit 2945d71

Browse files
committed
XFail test_gil_scoped on GraalPy
1 parent 00c9a98 commit 2945d71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_gil_scoped.py

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
import env
1111
from pybind11_tests import gil_scoped as m
1212

13+
pytestmark = pytest.mark.xfail(
14+
"env.GRAALPY",
15+
reason="GraalPy transiently complains about unfinished threads at process exit",
16+
)
17+
1318

1419
class ExtendedVirtClass(m.VirtClass):
1520
def virtual_func(self):

0 commit comments

Comments
 (0)