Delete changelog entries for 3.4.1 release
Unfortunately due to hawkowl/towncrier#99 those news fragments were not deleted at the time of CHANGELOG generation.
This commit is contained in:
parent
9361d48b61
commit
2a99e5dd2a
|
@ -1 +0,0 @@
|
|||
Move import of ``doctest.UnexpectedException`` to top-level to avoid possible errors when using ``--pdb``.
|
|
@ -1 +0,0 @@
|
|||
Added printing of captured stdout/stderr before entering pdb, and improved a test which was giving false negatives about output capturing.
|
|
@ -1 +0,0 @@
|
|||
pytest has changed the publication procedure and is now being published to PyPI directly from Travis.
|
|
@ -1 +0,0 @@
|
|||
Fix ordering of tests using parametrized fixtures which can lead to fixtures being created more than necessary.
|
|
@ -1 +0,0 @@
|
|||
Rename ``ParameterSet._for_parameterize()`` to ``_for_parametrize()`` in order to comply with the naming convention.
|
|
@ -1 +0,0 @@
|
|||
Fix bug where logging happening at hooks outside of "test run" hooks would cause an internal error.
|
|
@ -1 +0,0 @@
|
|||
Add Sphinx parameter docs for ``match`` and ``message`` args to ``pytest.raises``.
|
|
@ -1 +0,0 @@
|
|||
Detect arguments injected by ``unittest.mock.patch`` decorator correctly when pypi ``mock.patch`` is installed and imported.
|
|
@ -1 +0,0 @@
|
|||
Errors shown when a ``pytest.raises()`` with ``match=`` fails are now cleaner on what happened: When no exception was raised, the "matching '...'" part got removed as it falsely implies that an exception was raised but it didn't match. When a wrong exception was raised, it's now thrown (like ``pytest.raised()`` without ``match=`` would) instead of complaining about the unmatched text.
|
|
@ -1 +0,0 @@
|
|||
Fixed output capture handling in doctests on macOS.
|
|
@ -1 +0,0 @@
|
|||
Skip failing pdb/doctest test on mac.
|
Loading…
Reference in New Issue