You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/test_server.py(refactor): Remove pre-3.2 version conditionals
why: tmux >= 3.2a is now required, version conditionals are unnecessary.
what:
- Remove has_gte_version("3.2") conditionals for pane_start_command format
- Mark test_new_session_width_height as skip (always skipped on 3.2+, needs rework)
- Remove has_gte_version("3.2") check from test_new_session_environmental_variables
- Remove unused has_gte_version, has_version imports
0 commit comments