From b9111fe677fc1ae6756b3dddc7ed4a40b544dfa4 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 23 Jul 2019 19:38:33 +0200 Subject: [PATCH] Fix changelog --- changelog/5634.bugfix.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog/5634.bugfix.rst b/changelog/5634.bugfix.rst index f4699919b..a2a282f93 100644 --- a/changelog/5634.bugfix.rst +++ b/changelog/5634.bugfix.rst @@ -1 +1,2 @@ -``pytest.exit`` and ``bdb.BdbQuit`` are now correctly handled in ``unittest`` cases. +``pytest.exit`` is now correctly handled in ``unittest`` cases. +This makes ``unittest`` cases handle ``quit`` from pytest's pdb correctly.