Finalize CHANGELOG
This commit is contained in:
parent
623e786524
commit
2d7cfcd686
|
@ -1,5 +1,5 @@
|
||||||
2.9.0.dev
|
2.9.0
|
||||||
=========
|
=====
|
||||||
|
|
||||||
**New Features**
|
**New Features**
|
||||||
|
|
||||||
|
@ -28,16 +28,10 @@
|
||||||
this fixes `#1366`_.
|
this fixes `#1366`_.
|
||||||
Thanks to `@hpk42`_ for the report and `@RonnyPfannschmidt`_ for the PR.
|
Thanks to `@hpk42`_ for the report and `@RonnyPfannschmidt`_ for the PR.
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
* catch IndexError exceptions when getting exception source location. This fixes
|
* catch IndexError exceptions when getting exception source location. This fixes
|
||||||
pytest internal error for dynamically generated code (fixtures and tests)
|
pytest internal error for dynamically generated code (fixtures and tests)
|
||||||
where source lines are fake by intention
|
where source lines are fake by intention
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
**Changes**
|
**Changes**
|
||||||
|
|
||||||
* **Important**: `py.code <http://pylib.readthedocs.org/en/latest/code.html>`_ has been
|
* **Important**: `py.code <http://pylib.readthedocs.org/en/latest/code.html>`_ has been
|
||||||
|
@ -72,16 +66,10 @@
|
||||||
|
|
||||||
* Added expected exceptions to pytest.raises fail message
|
* Added expected exceptions to pytest.raises fail message
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
* Collection only displays progress ("collecting X items") when in a terminal.
|
* Collection only displays progress ("collecting X items") when in a terminal.
|
||||||
This avoids cluttering the output when using ``--color=yes`` to obtain
|
This avoids cluttering the output when using ``--color=yes`` to obtain
|
||||||
colors in CI integrations systems (`#1397`_).
|
colors in CI integrations systems (`#1397`_).
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
**Bug Fixes**
|
**Bug Fixes**
|
||||||
|
|
||||||
* The ``-s`` and ``-c`` options should now work under ``xdist``;
|
* The ``-s`` and ``-c`` options should now work under ``xdist``;
|
||||||
|
@ -101,10 +89,6 @@
|
||||||
* Fix (`#1422`_): junit record_xml_property doesn't allow multiple records
|
* Fix (`#1422`_): junit record_xml_property doesn't allow multiple records
|
||||||
with same name.
|
with same name.
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
.. _`traceback style docs`: https://pytest.org/latest/usage.html#modifying-python-traceback-printing
|
.. _`traceback style docs`: https://pytest.org/latest/usage.html#modifying-python-traceback-printing
|
||||||
|
|
||||||
.. _#1422: https://github.com/pytest-dev/pytest/issues/1422
|
.. _#1422: https://github.com/pytest-dev/pytest/issues/1422
|
||||||
|
|
Loading…
Reference in New Issue