Skip to content

Commit 84d53d0

Browse files
committed
Add a changelog entry about FixtureManager.getfixtureclosure losing a default argument
As discussed in #11868.
1 parent cb57bf5 commit 84d53d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/en/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@ These are breaking changes where deprecation was not possible.
266266
therefore fail on the newly-re-emitted warnings.
267267

268268

269+
- The internal ``FixtureManager.getfixtureclosure`` method introduced a breaking change (mostly by accident):
270+
the ``ignore_args`` parameter was changed to an ``AbstractSet[str]`` and lost the default argument. Plugins
271+
which subclass ``FixtureManager`` and overwrite that method will need to adapt to the change.
272+
273+
269274

270275
Deprecations
271276
------------

0 commit comments

Comments
 (0)