Smoke test: pin libtmux to tmux-python/libtmux#672#56
Draft
tony wants to merge 3 commits into
Draft
Conversation
…e test why: Verify libtmux's 0.57.0 parity branch doesn't regress libtmux-mcp before #672 merges. The branch's CHANGES entry for LibTmuxException.subcommand specifically calls out handle_tool_errors as a downstream consumer; this pin exercises the wider 0.57 surface against our test matrix. what: - Add [tool.uv.sources] pointing libtmux at parity-pt-2 - Regenerate uv.lock
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #56 +/- ##
==========================================
- Coverage 85.36% 85.18% -0.18%
==========================================
Files 40 40
Lines 2316 2316
Branches 295 295
==========================================
- Hits 1977 1973 -4
- Misses 257 260 +3
- Partials 82 83 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
why: Pick up upstream scope-gate fixes (mouse_*_flag, scroll_region_*) and the universal-mislabeled token reclassification on tmux-python/libtmux@parity-pt-2. what: - Regenerate uv.lock against 426b18a6
why: Pick up the rewritten parity-pt-2 history (commit message cleanup + neo.py:53 comment fix). what: - Regenerate uv.lock against 81a021ed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Draft smoke-test PR pinning libtmux to the
parity-pt-2branch(tmux-python/libtmux#672) via
[tool.uv.sources]. Not for merge —this verifies libtmux-mcp's test suite passes against libtmux 0.57.0
before that release ships on PyPI.
The branch's CHANGES entry for
LibTmuxException.subcommandcallsout
handle_tool_errorsas a downstream consumer; once the pin isverified, follow-up PRs can surface the new
subcommandfieldthrough
ToolErrormapping.Disposition
Close (or rebase onto a PyPI-pinned PR) once libtmux 0.57.0 lands
on PyPI and the standard dependency-constraint bump replaces this
git pin.
Test plan
just testlocally (462 passed)