Skip to content

This release fixes a serialization bug where Python fixture tests with skip configurations in test.yaml failed with a JSON serialization error.

Dataclass serialization in Python fixture configurations

Section titled “Dataclass serialization in Python fixture configurations”

Feb 9, 2026 · @mavam, @claude

Python fixture tests that use skip in their test.yaml no longer fail with Object of type SkipConfig is not JSON serializable.