changelog: #5523 was fixed in 5.0.1 already

Ref: https://github.com/pytest-dev/pytest/pull/5952#issuecomment-541801883
This commit is contained in:
Daniel Hahler 2019-10-14 19:20:57 +02:00
parent a20880cca2
commit dee8d94876
1 changed files with 0 additions and 3 deletions

View File

@ -241,9 +241,6 @@ Bug Fixes
- `#5477 <https://github.com/pytest-dev/pytest/issues/5477>`_: The XML file produced by ``--junitxml`` now correctly contain a ``<testsuites>`` root element.
- `#5523 <https://github.com/pytest-dev/pytest/issues/5523>`_: Fixed using multiple short options together in the command-line (for example ``-vs``) in Python 3.8+.
- `#5524 <https://github.com/pytest-dev/pytest/issues/5524>`_: Fix issue where ``tmp_path`` and ``tmpdir`` would not remove directories containing files marked as read-only,
which could lead to pytest crashing when executed a second time with the ``--basetemp`` option.