From a02457dac66a9a30381ee27761feaf97b45299f0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:32:12 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/code/test_excinfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/code/test_excinfo.py b/testing/code/test_excinfo.py index 4a864ef9a..3be525b89 100644 --- a/testing/code/test_excinfo.py +++ b/testing/code/test_excinfo.py @@ -1792,6 +1792,7 @@ def test_check_error_notes_failure( with pytest.raises(type(error), match=match): raise error + def test_notes_getattr_keyerror(): """Non-regression test for #11872.