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 enum serialization errors when Python fixture tests use configuration values like mode: sequential in test.yaml.

Enum serialization in Python fixture config

Section titled “Enum serialization in Python fixture config”

Feb 25, 2026 · @mavam, @codex · #32

Python fixture tests could fail with serialization errors when the test configuration included enum values like mode: sequential in test.yaml. These values are now properly converted to strings before being passed to test scripts.