psychedelicious 0ac33f36ef fix(tests): fix pydantic warning about deprecated fields
Calling `inspect.getmembers()` on a pydantic field results in `getattr` being called on all members of the field. Pydantic has some attrs that are marked deprecated.

In our test suite, we do not filter deprecation warnings, so this is surfaced.

Use a context manager to ignore deprecation warnings when calling the function.
2023-12-09 16:31:41 +11:00
..
2023-11-28 09:30:49 +11:00
2023-12-09 09:48:38 +11:00
2023-12-09 09:48:38 +11:00
2023-12-09 09:48:38 +11:00
2023-12-09 09:48:38 +11:00
2023-11-11 10:55:33 +11:00
2023-12-09 09:48:38 +11:00
2023-11-29 23:40:10 +11:00
2023-12-09 09:48:38 +11:00
2023-12-09 09:48:38 +11:00