Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TST: Suppress Pydantic serializer warning
This test issues serialization warnings because we are serializing `InternalUnsetData` through `AnyData` which does not expect to do so. It is a valid warning, but will persist until creating `content="unset"` metadata is fully removed.
- Loading branch information