Remove duplicated changelog entry and formatting fix
This commit is contained in:
parent
1fb09d9dd5
commit
02dd7d612a
|
@ -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`_).
|
Thanks `@palaviv`_ for the complete PR (`#1474`_).
|
||||||
|
|
||||||
* Now pytest warnings summary is shown up by default. Added a new flag
|
* Now pytest warnings summary is shown up by default. Added a new flag
|
||||||
``--disable-pytest-warnings`` to explicitly disable the warnings summary.
|
``--disable-pytest-warnings`` to explicitly disable the warnings summary (`#1668`_).
|
||||||
This change resolves the (`#1668`_).
|
|
||||||
|
|
||||||
* Make ImportError during collection more explicit by reminding
|
* Make ImportError during collection more explicit by reminding
|
||||||
the user to check the name of the test module/package(s) (`#1426`_).
|
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
|
* Fix internal error issue when the ``method`` argument is missing for
|
||||||
``teardown_method()`` (`#1605`_).
|
``teardown_method()`` (`#1605`_).
|
||||||
|
|
||||||
* Renamed the pytest ``pdb`` module (plugin) into ``debugging``.
|
|
||||||
|
|
||||||
* Fix exception visualization in case the current working directory (CWD) gets
|
* Fix exception visualization in case the current working directory (CWD) gets
|
||||||
deleted during testing (`#1235`_). Thanks `@bukzor`_ for reporting. PR by
|
deleted during testing (`#1235`_). Thanks `@bukzor`_ for reporting. PR by
|
||||||
`@marscher`_.
|
`@marscher`_.
|
||||||
|
|
Loading…
Reference in New Issue