# Tenzir Test v1.7.2

This release fixes enum serialization errors when Python fixture tests use configuration values like mode: sequential in test.yaml.

## 🐞 Bug Fixes

### Enum serialization in Python fixture config

Feb 25, 2026 · [@mavam](https://github.com/mavam), [@codex](https://github.com/codex) · [#32](https://github.com/tenzir/test/pull/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.

[ Download on GitHub ](https://github.com/tenzir/test/releases/tag/v1.7.2)

[Get the release artifacts and source code.](https://github.com/tenzir/test/releases/tag/v1.7.2)