Remove CHANGELOG entries left by old bug in towncrier

This commit is contained in:
Bruno Oliveira 2018-04-24 21:25:13 -03:00
parent 69b1c2d4f6
commit 0b2b73c36a
9 changed files with 0 additions and 12 deletions

View File

@ -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.

View File

@ -1 +0,0 @@
Added a more indicative error message when parametrizing a function whose argument takes a default value.

View File

@ -1 +0,0 @@
Remove internal ``_pytest.terminal.flatten`` function in favor of ``more_itertools.collapse``.

View File

@ -1 +0,0 @@
Import some modules from ``collections`` instead of ``collections.abc`` as the former modules trigger ``DeprecationWarning`` in Python 3.7.

View File

@ -1 +0,0 @@
``pytest.raises`` now raises ``TypeError`` when receiving an unknown keyword argument.

View File

@ -1,2 +0,0 @@
record_property is no longer experimental, removing the warnings was forgotten.

View File

@ -1 +0,0 @@
``pytest.raises`` now works with exception classes that look like iterables.

View File

@ -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.

View File

@ -1 +0,0 @@
Fix typo in ``caplog`` fixture documentation, which incorrectly identified certain attributes as methods.