From dee8d948766493c61861a84a3b879c743c902886 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 14 Oct 2019 19:20:57 +0200 Subject: [PATCH] changelog: #5523 was fixed in 5.0.1 already Ref: https://github.com/pytest-dev/pytest/pull/5952#issuecomment-541801883 --- CHANGELOG.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 08126f203ae..2d27b5e65a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -241,9 +241,6 @@ Bug Fixes - `#5477 `_: The XML file produced by ``--junitxml`` now correctly contain a ```` root element. -- `#5523 `_: Fixed using multiple short options together in the command-line (for example ``-vs``) in Python 3.8+. - - - `#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.