Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

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.