Skip to content

Commit

Permalink
Update changelog/6962.bugfix.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Ran Benita <[email protected]>
  • Loading branch information
nicoddemus and bluetech committed Jul 17, 2024
1 parent fa7147b commit a8229c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelog/6962.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
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 `==`).
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 comments on commit a8229c2

Please sign in to comment.