summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog/2619.feature.rst4
-rw-r--r--changelog/3533.bugfix.rst1
-rw-r--r--changelog/3851.doc.rst1
-rw-r--r--changelog/4028.trivial.rst1
-rw-r--r--changelog/4174.bugfix.rst1
-rw-r--r--changelog/4177.bugfix.rst1
-rw-r--r--changelog/4179.bugfix.rst1
-rw-r--r--changelog/4221.bugfix.rst1
-rw-r--r--changelog/4225.feature.rst3
-rw-r--r--changelog/4233.trivial.rst1
-rw-r--r--changelog/611.bugfix.rst2
11 files changed, 14 insertions, 3 deletions
diff --git a/changelog/2619.feature.rst b/changelog/2619.feature.rst
new file mode 100644
index 000000000..d2ce9c5ed
--- /dev/null
+++ b/changelog/2619.feature.rst
@@ -0,0 +1,4 @@
+Resume capturing output after ``continue`` with ``__import__("pdb").set_trace()``.
+
+This also adds a new ``pytest_leave_pdb`` hook, and passes in ``pdb`` to the
+existing ``pytest_enter_pdb`` hook.
diff --git a/changelog/3533.bugfix.rst b/changelog/3533.bugfix.rst
deleted file mode 100644
index 89f136458..000000000
--- a/changelog/3533.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix unescaped XML raw objects in JUnit report for skipped tests
diff --git a/changelog/3851.doc.rst b/changelog/3851.doc.rst
new file mode 100644
index 000000000..ec46126f1
--- /dev/null
+++ b/changelog/3851.doc.rst
@@ -0,0 +1 @@
+Add reference to ``empty_parameter_set_mark`` ini option in documentation of ``@pytest.mark.parametrize``
diff --git a/changelog/4028.trivial.rst b/changelog/4028.trivial.rst
new file mode 100644
index 000000000..2ec5f6306
--- /dev/null
+++ b/changelog/4028.trivial.rst
@@ -0,0 +1 @@
+Revert patching of ``sys.breakpointhook`` since it appears to do nothing.
diff --git a/changelog/4174.bugfix.rst b/changelog/4174.bugfix.rst
new file mode 100644
index 000000000..5e263c23a
--- /dev/null
+++ b/changelog/4174.bugfix.rst
@@ -0,0 +1 @@
+Fix "ValueError: Plugin already registered" with conftest plugins via symlink.
diff --git a/changelog/4177.bugfix.rst b/changelog/4177.bugfix.rst
deleted file mode 100644
index b26ad4bad..000000000
--- a/changelog/4177.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Pin ``setuptools>=40.0`` to support ``py_modules`` in ``setup.cfg``
diff --git a/changelog/4179.bugfix.rst b/changelog/4179.bugfix.rst
deleted file mode 100644
index 6f7467f50..000000000
--- a/changelog/4179.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Restore the tmpdir behaviour of symlinking the current test run.
diff --git a/changelog/4221.bugfix.rst b/changelog/4221.bugfix.rst
new file mode 100644
index 000000000..f55722f1c
--- /dev/null
+++ b/changelog/4221.bugfix.rst
@@ -0,0 +1 @@
+Fix bug where the warning summary at the end of the test session was not showing the test where the warning was originated.
diff --git a/changelog/4225.feature.rst b/changelog/4225.feature.rst
new file mode 100644
index 000000000..ffdf0e83f
--- /dev/null
+++ b/changelog/4225.feature.rst
@@ -0,0 +1,3 @@
+Improve performance with collection reporting in non-quiet mode with terminals.
+
+The "collecting …" message is only printed/updated every 0.5s.
diff --git a/changelog/4233.trivial.rst b/changelog/4233.trivial.rst
new file mode 100644
index 000000000..e3c5125c0
--- /dev/null
+++ b/changelog/4233.trivial.rst
@@ -0,0 +1 @@
+Apply an import sorter (``reorder-python-imports``) to the codebase.
diff --git a/changelog/611.bugfix.rst b/changelog/611.bugfix.rst
new file mode 100644
index 000000000..1b39f4aa9
--- /dev/null
+++ b/changelog/611.bugfix.rst
@@ -0,0 +1,2 @@
+Naming a fixture ``request`` will now raise a warning: the ``request`` fixture is internal and
+should not be overwritten as it will lead to internal errors.