chore(master): merge maint-0.9#766
Merged
tiborsimko merged 7 commits intoreanahub:masterfrom Mar 30, 2026
Merged
Conversation
Pin setuptools below 81 in runtime dependencies, CI workflows, tox configuration, and ReadTheDocs requirements. This is needed because reana-commons 0.9.x uses pkg_resources which was removed in setuptools 81. Also replaces deprecated `setup.py test` with direct pytest invocations in `tox.ini` and `run-tests.sh`. Follows up on the master branch fix from reanahub#760. Closes reanahub#761
Add autoconf, automake, libtool, make, libxml2-dev, and libxslt-dev as build dependencies in the Dockerfile. These are needed to compile the jq and lxml Python packages from source on Ubuntu 20.04 with Python 3.8.
Set CI fail-fast setting to false so that all matrix jobs would run to completion even if one fails.
The `yadageschemas` package triggers a `pkg_resources` deprecation warning on newer versions of setuptools. Suppress it at CLI startup to avoid confusing users.
tiborsimko
added a commit
to tiborsimko/reana-client
that referenced
this pull request
Mar 27, 2026
chore(maint-0.9): release 0.9.6 fix(cli): suppress pkg_resources deprecation warning (reanahub#764) chore(maint-0.9): release 0.9.5 ci(python): run all matrix jobs without fast failing (reanahub#763) build(docker): add build deps for jq and lxml (reanahub#763) build(python): pin setuptools below 81 (reanahub#763) Note: keeping only changes meaningful to the master branch, such as `reana-client` warning suppression, the slow failing of CI matrix jobs, and CHANGELOG changes of the maintenance branch releases.
- chore(maint-0.9): release 0.9.6 - fix(cli): suppress pkg_resources deprecation warning (764) - chore(maint-0.9): release 0.9.5 - ci(python): run all matrix jobs without fast failing (763) - build(docker): add build deps for jq and lxml (763) - build(python): pin setuptools below 81 (763) Keeping only changes meaningful to the master branch, such as reana-client warning suppression, the slow failing of CI matrix jobs, and CHANGELOG changes of the maintenance branch releases.
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.
chore(maint-0.9): release 0.9.6
fix(cli): suppress pkg_resources deprecation warning (#764)
chore(maint-0.9): release 0.9.5
ci(python): run all matrix jobs without fast failing (#763)
build(docker): add build deps for jq and lxml (#763)
build(python): pin setuptools below 81 (#763)
Note: keeping only changes meaningful to the master branch, such as
reana-clientwarning suppression, the slow failing of CI matrix jobs,and CHANGELOG changes of the maintenance branch releases.