diff --git a/changelog/3161.bugfix b/changelog/3161.bugfix index 317c64bec..73872be67 100644 --- a/changelog/3161.bugfix +++ b/changelog/3161.bugfix @@ -1 +1 @@ -Fix test ordering bug introduced by PR #3108. \ No newline at end of file +Fix ordering of tests using parametrized fixtures which can lead to fixtures being created more than necessary.