Skip to content

Commit

Permalink
Add 4.6.7 changelog to master (Wait until #6318) (#6319)
Browse files Browse the repository at this point in the history
Add 4.6.7 changelog to master (Wait until #6318)
  • Loading branch information
nicoddemus committed Dec 6, 2019
2 parents 7ff91d8 + 64c71da commit 1c0ab3c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/en/changelog.rst
Expand Up @@ -796,6 +796,20 @@ Improved Documentation
- `#5416 <https://github.com/pytest-dev/pytest/issues/5416>`_: Fix PytestUnknownMarkWarning in run/skip example.


pytest 4.6.7 (2019-12-05)
=========================

Bug Fixes
---------

- `#5477 <https://github.com/pytest-dev/pytest/issues/5477>`_: The XML file produced by ``--junitxml`` now correctly contain a ``<testsuites>`` root element.


- `#6044 <https://github.com/pytest-dev/pytest/issues/6044>`_: Properly ignore ``FileNotFoundError`` (``OSError.errno == NOENT`` in Python 2) exceptions when trying to remove old temporary directories,
for instance when multiple processes try to remove the same directory (common with ``pytest-xdist``
for example).


pytest 4.6.6 (2019-10-11)
=========================

Expand Down

0 comments on commit 1c0ab3c

Please sign in to comment.