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.