Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix matter_yamltests with Python 11. (#25539)
Due to https://docs.python.org/3.11/whatsnew/3.11.html#dataclasses, the previous code fails: it's using mutable class instances as default values of dataclass fields.
- Loading branch information