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
=================================== FAILURES ===================================
______________________________ test_select_window ______________________________
[gw0] linux -- Python 3.13.0 /home/runner/work/libtmux/libtmux/.venv/bin/python
tests/legacy_api/test_session.py:51: in test_select_window
assert selected_window1.__dict__ == attached_window1.__dict__
E AssertionError: assert {'active_wind...e': None, ...} == {'active_wind...e': None, ...}
E
E Omitting 125 identical items, use -vv to show
E Differing items:
E {'cursor_x': '0'} != {'cursor_x': '56'}
E Use -v to get more diff
attached_window1 = Window(@1 1:bash, Session($1 libtmux_yphmur0x))
selected_window1 = Window(@1 1:bash, Session($1 libtmux_yphmur0x))
session = Session($1 libtmux_yphmur0x)
window_base_index = 1
window_count = 2
window_idx = '1'
---------- coverage: platform linux, python 3.13.0-final-0 -----------
Coverage XML written to file coverage.xml
=========================== short test summary info ============================
FAILED tests/legacy_api/test_session.py::test_select_window - AssertionError: assert {'active_wind...e': None, ...} == {'active_wind...e': None, ...}
Omitting 125 identical items, use -vv to show
Differing items:
{'cursor_x': '0'} != {'cursor_x': '56'}
Use -v to get more diff
============= 1 failed, 439 passed, 12 skipped, 2 rerun in 17.[92](https://github.com/tmux-python/libtmux/actions/runs/12441319490/job/34738031175#step:12:93)s ==============
https://github.com/tmux-python/libtmux/actions/runs/12441319490/job/34738031175#step:12:80
3.13, 3.0a
https://github.com/tmux-python/libtmux/actions/runs/12440365752/job/34735725442
3.13, 2.6
The text was updated successfully, but these errors were encountered: