From c0ffee0f1edbaf40777c4e56f28a76e1873bb0eb Mon Sep 17 00:00:00 2001 From: Anita Hammer <166057949+anitahammer@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:52:57 +0100 Subject: [PATCH] Changelog Weather: overcast clouds --- AUTHORS | 1 + changelog/12191.bugfix.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/12191.bugfix.rst diff --git a/AUTHORS b/AUTHORS index 53f7a8c2a..7aaee15d1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -36,6 +36,7 @@ Andrey Paramonov Andrzej Klajnert Andrzej Ostrowski Andy Freeland +Anita Hammer Anthon van der Neut Anthony Shaw Anthony Sottile diff --git a/changelog/12191.bugfix.rst b/changelog/12191.bugfix.rst new file mode 100644 index 000000000..a94c9ef2d --- /dev/null +++ b/changelog/12191.bugfix.rst @@ -0,0 +1 @@ +Finally fixed the issue where keyboard interrupts and system exits were not being respected during the tests collection phase in pytest! No more frustration of tests not ending correctly — happy testing! 🐞🔨🎉