From f9157b1b6b441098b40e02eaa20b3232c4683f3d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 30 Aug 2017 21:20:22 -0300 Subject: [PATCH] Improve CHANGELOG entry to be more user-friendly --- changelog/2707.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/2707.bugfix b/changelog/2707.bugfix index 55af3e2a7..291e1489c 100644 --- a/changelog/2707.bugfix +++ b/changelog/2707.bugfix @@ -1 +1 @@ -`compat.safe_getattr` now catches OutcomeExceptions too \ No newline at end of file +Fixed edge-case during collection: attributes which raised ``pytest.fail`` when accessed would abort the entire collection.