Add a changelog entry about FixtureManager.getfixtureclosure losing a default argument

As discussed in #11868.
This commit is contained in:
Bruno Oliveira 2024-01-29 21:12:12 -03:00 committed by Bruno Oliveira
parent cb57bf50b1
commit 84d53d0453
1 changed files with 5 additions and 0 deletions

View File

@ -266,6 +266,11 @@ These are breaking changes where deprecation was not possible.
therefore fail on the newly-re-emitted warnings.
- The internal ``FixtureManager.getfixtureclosure`` method introduced a breaking change (mostly by accident):
the ``ignore_args`` parameter was changed to an ``AbstractSet[str]`` and lost the default argument. Plugins
which subclass ``FixtureManager`` and overwrite that method will need to adapt to the change.
Deprecations
------------