Speed up planemo tests by providing uv#1616
Merged
mvdbeek merged 6 commits intogalaxyproject:masterfrom Feb 20, 2026
Merged
Conversation
- Enable pytest-timeout (was commented out) with --timeout 300
55645a8 to
fbda57e
Compare
nsoranzo
reviewed
Feb 20, 2026
Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
nsoranzo
approved these changes
Feb 20, 2026
nsoranzo
reviewed
Feb 20, 2026
| lint_docs: make lint-docs | ||
| lint_docstrings: flake8 --ignore='D107,D401,D105' {[tox]source_dir} | ||
| unit: pytest {env:PYTEST_FAIL_FAIL:} {env:PYTEST_CAPTURE:} -m {env:PYTEST_MARK:""} {env:PYTEST_TARGET:{[tox]test_dir}} {posargs} | ||
| unit: pytest --timeout 360 {env:PYTEST_FAIL_FAIL:} {env:PYTEST_CAPTURE:} -m {env:PYTEST_MARK:""} {env:PYTEST_TARGET:{[tox]test_dir}} {posargs} |
Member
There was a problem hiding this comment.
Still a couple of tests fail with timeout.
Member
Author
There was a problem hiding this comment.
Yep, and I think these are real issues with dev/26.0
Member
Author
There was a problem hiding this comment.
OK, I think i've narrowed it down to gunicorn's new control interface that can be disabled with `--no-control-socket. Doing that I so far recorded 7 successful CI runs in a row. Now to actually figure out why that would happen ...
Member
Author
|
I'll follow up for the test failures ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This seems to speed things up considerably. Also add 5 minute test timeout so we at least get a test report with tests that time out.