diff --git a/changelog/4951.feature.rst b/changelog/4951.feature.rst new file mode 100644 index 000000000..b40e03af5 --- /dev/null +++ b/changelog/4951.feature.rst @@ -0,0 +1 @@ +Output capturing is handled correctly when only capturing via fixtures (capsys, capfs) with ``pdb.set_trace()``.