# Tenzir Test v1.8.2

This release fixes suite-level requirement checks so they apply consistently across every test runner. Mixed TQL, shell, Python, and custom test suites now evaluate required Tenzir operators independently of runner order.

## 🐞 Bug Fixes

### Runner-independent suite requirements

Apr 29, 2026 · [@mavam](https://github.com/mavam), [@codex](https://github.com/codex) · [#39](https://github.com/tenzir/test/pull/39)

Suite-level `requires.operators` checks now apply consistently to every test runner. Mixed suites that combine TQL, shell, Python, or custom tests no longer depend on the first runner type to decide whether required Tenzir operators are available.

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

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