diff --git a/changelog/3498.bugfix b/changelog/3498.bugfix index 7260879c4..344038bee 100644 --- a/changelog/3498.bugfix +++ b/changelog/3498.bugfix @@ -1 +1 @@ -correctly instantiate fixtureinfo for unittest tests. \ No newline at end of file +Fix ``usefixtures`` mark applyed to unittest tests by correctly instantiating ``FixtureInfo``.