From bc25d51b2f59a92df28c37b436b21aa311a30913 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 24 May 2018 07:27:40 -0300 Subject: [PATCH] Re-word changelog --- changelog/3498.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``.