diff --git a/changelog/6285.feature.rst b/changelog/6285.feature.rst index 74c691224..bac353c86 100644 --- a/changelog/6285.feature.rst +++ b/changelog/6285.feature.rst @@ -1,2 +1,2 @@ -Use `pytest.FixtureLookupError` to catch exceptions when calling `request.getfixturevalue`. - +Exposed the `pytest.FixtureLookupError` exception which is raised by `request.getfixturevalue()` +(where `request` is a `FixtureRequest` fixture) when a fixture with the given name cannot be returned.