summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2021-01-25 11:52:23 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2021-01-25 11:53:05 -0300
commit2a890286f8487c8f3bdc5de90c2fd522da9fd6a7 (patch)
tree1a5ace65ccd3cc3aa53cb0e6c68fdb26e18e947e /changelog
parentfff9f28fdd9d7dd21ae6bed94ee7ee565b7b5839 (diff)
downloadpytest-2a890286f8487c8f3bdc5de90c2fd522da9fd6a7.tar.gz
Merge pull request #8275 from pytest-dev/release-6.2.2
Prepare release 6.2.2 (cherry picked from commit 8220eca963472e7918ef7e108bdc1cd8ed155a4a)
Diffstat (limited to 'changelog')
-rw-r--r--changelog/8152.bugfix.rst1
-rw-r--r--changelog/8249.bugfix.rst1
2 files changed, 0 insertions, 2 deletions
diff --git a/changelog/8152.bugfix.rst b/changelog/8152.bugfix.rst
deleted file mode 100644
index d79a832de..000000000
--- a/changelog/8152.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed "(<Skipped instance>)" being shown as a skip reason in the verbose test summary line when the reason is empty.
diff --git a/changelog/8249.bugfix.rst b/changelog/8249.bugfix.rst
deleted file mode 100644
index aa084c757..000000000
--- a/changelog/8249.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix the ``faulthandler`` plugin for occasions when running with ``twisted.logger`` and using ``pytest --capture=no``.