From dd9a27cf543c39f91039ecd7aa6aa595b3e79330 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 14 Nov 2019 13:35:51 -0300 Subject: [PATCH] Adjust CHANGELOG --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 402a35d73..87ffb9e07 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -24,7 +24,7 @@ pytest 5.2.3 (2019-11-14) Bug Fixes --------- -- `#5830 `_: Fix fail skipping the first test in package marked as ``skip`` +- `#5830 `_: The first test in a package (``__init__.py``) marked with ``@pytest.mark.skip`` is now correctly skipped. - `#6099 `_: Fix ``--trace`` when used with parametrized functions.