| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-17 | 711 Bytes | |
| v1.70.1 - libtmux + pytest fix source code.tar.gz | 2026-06-17 | 1.1 MB | |
| v1.70.1 - libtmux + pytest fix source code.zip | 2026-06-17 | 1.2 MB | |
| Totals: 3 Items | 2.2 MB | 0 | |
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 https://github.com/tmux-python/tmuxp/pull/1052
Full Changelog: https://github.com/tmux-python/tmuxp/compare/v1.70.0...v1.70.1