From ef9bbb40345cf24a910126fdc06295da3b8da84b Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 2 May 2024 08:38:27 -0300 Subject: [PATCH] Update changelog/12191.bugfix.rst --- changelog/12191.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/12191.bugfix.rst b/changelog/12191.bugfix.rst index a94c9ef2d..3fa98354d 100644 --- a/changelog/12191.bugfix.rst +++ b/changelog/12191.bugfix.rst @@ -1 +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! 🐞🔨🎉 +Keyboard interrupts and system exits are now probably handled during the test collection.