summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2018-10-13 16:33:53 +0200
committerDaniel Hahler <git@thequod.de>2018-10-13 23:56:34 +0200
commit448830e6566735919068b34e5e40abccf05ff524 (patch)
tree410d1fff56901a3076ea27c613523a759dc40c7d /changelog
parentd3d8d53e413d36eb12b387c404c65e6ce18805b1 (diff)
downloadpytest-448830e6566735919068b34e5e40abccf05ff524.tar.gz
Do not print INTERNALERROR with --pdb
This gets printed by the terminal reporter already, and currently results in the same error being displayed twice, e.g. when raising an `Exception` manually from `pytest.debugging.pytest_exception_interact`.
Diffstat (limited to 'changelog')
-rw-r--r--changelog/4132.bugfix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/4132.bugfix.rst b/changelog/4132.bugfix.rst
new file mode 100644
index 000000000..1fbb9afad
--- /dev/null
+++ b/changelog/4132.bugfix.rst
@@ -0,0 +1 @@
+Fix duplicate printing of internal errors when using ``--pdb``.