From a65c3080364580d367bf220bcfcff43de560baff Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 21 Mar 2024 00:42:05 -0400 Subject: [PATCH] Update tests/test_exceptions.py --- tests/test_exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",