Skip to content

Commit

Permalink
Add a changelog entry about FixtureManager.getfixtureclosure losing a…
Browse files Browse the repository at this point in the history
… default argument

As discussed in pytest-dev#11868.
  • Loading branch information
nicoddemus committed Jan 30, 2024
1 parent cb57bf5 commit 84d53d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/en/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down

0 comments on commit 84d53d0

Please sign in to comment.