tmux-python / tmux-python/libtmux
Tests failing on aarch64
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 127
- Avg merge
- 2h 13m
- Merged PRs (30d)
- 1
Description
I am packaging libtmux for openSUSE. Unfortunately the tests fail on aarch64.
The builds are currently blocked, so I need to give the exact error messages later.
However, these tests are failing and thus currently excluded in the pytest invocation:
%pytest -k not '(test_split_window_with_environment[environment1] or \
test_function_times_out or \
test_function_times_out_no_rise \
or test_select_window \
or test_capture_pane_start \
or test_select_window)'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the aarch64 failures with pytest, focusing on test_split_window_with_environment[environment1], test_function_times_out, test_function_times_out_no_rise, test_select_window, and test_capture_pane_start. The issue does not include the exact errors, so gather those first; done means the affected tests pass without excluding them from the pytest invocation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100