[8.0.x] Add a changelog entry about FixtureManager.getfixtureclosure losing a default argument

This commit is contained in:
Bruno Oliveira 2024-01-30 09:41:18 -03:00 committed by pytest bot
parent 8b70bb64d3
commit beab2e81c1
1 changed files with 4 additions and 0 deletions

View File

@ -266,6 +266,10 @@ These are breaking changes where deprecation was not possible.
therefore fail on the newly-re-emitted warnings.
- The internal ``FixtureManager.getfixtureclosure`` method has changed. Plugins which use this method or
which subclass ``FixtureManager`` and overwrite that method will need to adapt to the change.
Deprecations
------------