Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix failing tests when run in parallel #5476

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TomJGooding
Copy link
Contributor

Fixes #5327.

Normally when running tests with Textual, the default size of the simulated app is 80x24. However it seems when tests are run in parallel with xdist on Python 3.13, app.console.height returns the actual height of the terminal, causing tests to fail.

Please review the following checklist.

  • Docstrings on all new or modified functions / classes
  • Updated documentation
  • Updated CHANGELOG.md (where appropriate)

Fixes Textualize#5327.

Normally when running tests with Textual, the default size of the
simulated app is 80x24. However it seems when tests are run in parallel
with xdist on Python 3.13, `app.console.height` returns the _actual_
height of the terminal, causing tests to fail.
@TomJGooding TomJGooding marked this pull request as ready for review January 16, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some tests fails on python 3.13 when using parallel testing
1 participant