Tests failing on aarch64

Open
#478 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
cli, testing

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.

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)'
Dominant language
Python
Stars
1.2k
Forks
127
Avg merge
2h 13m
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from tmux-python/libtmux

All issues in tmux-python/libtmux

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.