Skip to content

v1.70.1 - libtmux + pytest fix

Latest

Choose a tag to compare

@tony tony released this 17 Jun 00:37

tmuxp 1.70.1 bumps libtmux to 0.58.1, fixing a pytest 9.1 plugin import failure that broke test collection for projects using tmuxp's or libtmux's fixtures.

Dependencies

  • Minimum libtmux~=0.58.1 (was ~=0.58.0) (#1052)

Fixes

  • pytest 9.1 plugin import compatibility (#1052) — libtmux's bundled pytest plugin aborted at import under pytest 9.1, breaking test collection for any project that loads tmuxp's or libtmux's fixtures. Fixed by the libtmux 0.58.1 floor bump.

What's Changed

  • Require libtmux 0.58.1 for the pytest 9.1 fix by @tony in #1052

Full Changelog: v1.70.0...v1.70.1