MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_flaky_exception_failure_point_init

Function test_flaky_exception_failure_point_init

tests/test_exceptions.py:375–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373)
374@pytest.mark.xfail("env.GRAALPY", reason="TODO should be fixed on GraalPy side")
375def test_flaky_exception_failure_point_init():
376 if sys.version_info[:2] < (3, 12):
377 _test_flaky_exception_failure_point_init_before_py_3_12()
378 else:
379 _test_flaky_exception_failure_point_init_py_3_12()
380
381
382@pytest.mark.xfail("env.GRAALPY", reason="TODO should be fixed on GraalPy side")

Callers

nothing calls this directly

Tested by

no test coverage detected