diff --git a/tests/test_exceptions.py b/tests/test_exceptions.py index 3f48bdace9..de7d6afffe 100644 --- a/tests/test_exceptions.py +++ b/tests/test_exceptions.py @@ -248,7 +248,7 @@ def pycatch(exctype, f, *args): # noqa: ARG001 assert str(excinfo.value) == "this is a helper-defined translated exception" -# TODO: Investigate this crash +# TODO: Investigate this crash, see pybind/pybind11#5062 for background @pytest.mark.skipif( sys.platform.startswith("win32") and "Clang" in pybind11_tests.compiler_info, reason="Started sefaulting March 2024",