From 02dd7d612a1548d2234a838712449e447073f166 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 14 Jul 2016 08:16:27 -0300 Subject: [PATCH] Remove duplicated changelog entry and formatting fix --- CHANGELOG.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cfd77cb0c..aa3a831dd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -161,8 +161,7 @@ time or change existing behaviors in order to make them less surprising/more use Thanks `@palaviv`_ for the complete PR (`#1474`_). * Now pytest warnings summary is shown up by default. Added a new flag - ``--disable-pytest-warnings`` to explicitly disable the warnings summary. - This change resolves the (`#1668`_). + ``--disable-pytest-warnings`` to explicitly disable the warnings summary (`#1668`_). * Make ImportError during collection more explicit by reminding the user to check the name of the test module/package(s) (`#1426`_). @@ -220,8 +219,6 @@ time or change existing behaviors in order to make them less surprising/more use * Fix internal error issue when the ``method`` argument is missing for ``teardown_method()`` (`#1605`_). -* Renamed the pytest ``pdb`` module (plugin) into ``debugging``. - * Fix exception visualization in case the current working directory (CWD) gets deleted during testing (`#1235`_). Thanks `@bukzor`_ for reporting. PR by `@marscher`_.