From 2a99e5dd2ab2a828064f5389fc1c9ca236463ac5 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 20 Feb 2018 23:39:18 -0300 Subject: [PATCH] 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. --- changelog/1810.bugfix.rst | 1 - changelog/3052.bugfix | 1 - changelog/3060.trivial.rst | 1 - changelog/3161.bugfix.rst | 1 - changelog/3166.trivial.rst | 1 - changelog/3184.bugfix | 1 - changelog/3202.doc.rst | 1 - changelog/3206.bugfix.rst | 1 - changelog/3222.bugfix | 1 - changelog/985.bugfix | 1 - changelog/985.trivial.rst | 1 - 11 files changed, 11 deletions(-) delete mode 100644 changelog/1810.bugfix.rst delete mode 100644 changelog/3052.bugfix delete mode 100644 changelog/3060.trivial.rst delete mode 100644 changelog/3161.bugfix.rst delete mode 100644 changelog/3166.trivial.rst delete mode 100644 changelog/3184.bugfix delete mode 100644 changelog/3202.doc.rst delete mode 100644 changelog/3206.bugfix.rst delete mode 100644 changelog/3222.bugfix delete mode 100644 changelog/985.bugfix delete mode 100644 changelog/985.trivial.rst diff --git a/changelog/1810.bugfix.rst b/changelog/1810.bugfix.rst deleted file mode 100644 index c91ed47d0..000000000 --- a/changelog/1810.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Move import of ``doctest.UnexpectedException`` to top-level to avoid possible errors when using ``--pdb``. diff --git a/changelog/3052.bugfix b/changelog/3052.bugfix deleted file mode 100644 index ea8c362a4..000000000 --- a/changelog/3052.bugfix +++ /dev/null @@ -1 +0,0 @@ -Added printing of captured stdout/stderr before entering pdb, and improved a test which was giving false negatives about output capturing. diff --git a/changelog/3060.trivial.rst b/changelog/3060.trivial.rst deleted file mode 100644 index 9ea9871e3..000000000 --- a/changelog/3060.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -pytest has changed the publication procedure and is now being published to PyPI directly from Travis. diff --git a/changelog/3161.bugfix.rst b/changelog/3161.bugfix.rst deleted file mode 100644 index 73872be67..000000000 --- a/changelog/3161.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ordering of tests using parametrized fixtures which can lead to fixtures being created more than necessary. diff --git a/changelog/3166.trivial.rst b/changelog/3166.trivial.rst deleted file mode 100644 index ce92840cb..000000000 --- a/changelog/3166.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Rename ``ParameterSet._for_parameterize()`` to ``_for_parametrize()`` in order to comply with the naming convention. diff --git a/changelog/3184.bugfix b/changelog/3184.bugfix deleted file mode 100644 index 875358776..000000000 --- a/changelog/3184.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix bug where logging happening at hooks outside of "test run" hooks would cause an internal error. diff --git a/changelog/3202.doc.rst b/changelog/3202.doc.rst deleted file mode 100644 index a6f99fbf6..000000000 --- a/changelog/3202.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Add Sphinx parameter docs for ``match`` and ``message`` args to ``pytest.raises``. diff --git a/changelog/3206.bugfix.rst b/changelog/3206.bugfix.rst deleted file mode 100644 index 1e2305fa2..000000000 --- a/changelog/3206.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Detect arguments injected by ``unittest.mock.patch`` decorator correctly when pypi ``mock.patch`` is installed and imported. diff --git a/changelog/3222.bugfix b/changelog/3222.bugfix deleted file mode 100644 index 40a8e99e9..000000000 --- a/changelog/3222.bugfix +++ /dev/null @@ -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. \ No newline at end of file diff --git a/changelog/985.bugfix b/changelog/985.bugfix deleted file mode 100644 index 0024b9aa2..000000000 --- a/changelog/985.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed output capture handling in doctests on macOS. diff --git a/changelog/985.trivial.rst b/changelog/985.trivial.rst deleted file mode 100644 index 8554f2b65..000000000 --- a/changelog/985.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Skip failing pdb/doctest test on mac.