We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43420a commit 4cc02c1Copy full SHA for 4cc02c1
changelog/6962.bugfix.rst
@@ -1 +1,2 @@
1
-Fixed bug where parametrized fixtures were not being cached correctly, being recreated every time.
+Parametrization parameters are now compared using `==` instead of `is` (`is` is still used as a fallback if the parameter does not support `==`).
2
+This fixes use of parameters such as lists, which have a different `id` but compare equal, causing fixtures to be re-computed instead of being cached.
0 commit comments