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 c0dfc45 commit 0ecce77Copy full SHA for 0ecce77
doc/en/changelog.rst
@@ -266,6 +266,11 @@ These are breaking changes where deprecation was not possible.
266
therefore fail on the newly-re-emitted warnings.
267
268
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
274
275
Deprecations
276
------------
0 commit comments