diff --git a/changelog/2798.bugfix.rst b/changelog/2798.bugfix.rst deleted file mode 100644 index dc24a724c..000000000 --- a/changelog/2798.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Reset ``sys.last_type``, ``sys.last_value`` and ``sys.last_traceback`` before each test executes. Those attributes -are added by pytest during the test run to aid debugging, but were never reset so they would create a leaking -reference to the last failing test's frame which in turn could never be reclaimed by the garbage collector. diff --git a/changelog/3221.feature b/changelog/3221.feature deleted file mode 100644 index 0050e2af1..000000000 --- a/changelog/3221.feature +++ /dev/null @@ -1 +0,0 @@ -Added a more indicative error message when parametrizing a function whose argument takes a default value. \ No newline at end of file diff --git a/changelog/3330.trivial.rst b/changelog/3330.trivial.rst deleted file mode 100644 index ce5ec5882..000000000 --- a/changelog/3330.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Remove internal ``_pytest.terminal.flatten`` function in favor of ``more_itertools.collapse``. diff --git a/changelog/3339.trivial b/changelog/3339.trivial deleted file mode 100644 index 20196e144..000000000 --- a/changelog/3339.trivial +++ /dev/null @@ -1 +0,0 @@ -Import some modules from ``collections`` instead of ``collections.abc`` as the former modules trigger ``DeprecationWarning`` in Python 3.7. diff --git a/changelog/3348.bugfix.rst b/changelog/3348.bugfix.rst deleted file mode 100644 index 7cf13ab2c..000000000 --- a/changelog/3348.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -``pytest.raises`` now raises ``TypeError`` when receiving an unknown keyword argument. diff --git a/changelog/3360.trivial b/changelog/3360.trivial deleted file mode 100644 index 3b0e89e1f..000000000 --- a/changelog/3360.trivial +++ /dev/null @@ -1,2 +0,0 @@ -record_property is no longer experimental, removing the warnings was forgotten. - diff --git a/changelog/3372.bugfix.rst b/changelog/3372.bugfix.rst deleted file mode 100644 index 722bdab1e..000000000 --- a/changelog/3372.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -``pytest.raises`` now works with exception classes that look like iterables. diff --git a/changelog/3398.trivial.rst b/changelog/3398.trivial.rst deleted file mode 100644 index a4e9ed12c..000000000 --- a/changelog/3398.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Mention in documentation and CLI help that fixtures with leading ``_`` are printed by ``pytest --fixtures`` only if the ``-v`` option is added. diff --git a/changelog/3406.doc.rst b/changelog/3406.doc.rst deleted file mode 100644 index e6f0f7462..000000000 --- a/changelog/3406.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Fix typo in ``caplog`` fixture documentation, which incorrectly identified certain attributes as methods.