馃敡 Preparation for aiida 2.9.0 release - #1275
Draft
agoscinski wants to merge 2 commits into
Draft
Conversation
agoscinski
force-pushed
the
chore/aiida29-prep
branch
4 times, most recently
from
July 21, 2026 14:50
974aad6 to
92265dc
Compare
agoscinski
force-pushed
the
chore/aiida29-prep
branch
2 times, most recently
from
July 22, 2026 10:07
f4ca58e to
1abdb40
Compare
Override the `aiida_profile` fixture to select the message broker backend via a new `--broker-backend` pytest option (`rmq` default, or `zmq`). ZeroMQ (`core.zeromq`) requires no external service, unlike RabbitMQ. Add a `broker: ['rmq', 'zmq']` matrix dimension to the `tests` jobs in `ci.yml` and `nightly.yml` so both backends are exercised, with `fail-fast: false` so each backend is reported independently.
agoscinski
force-pushed
the
chore/aiida29-prep
branch
from
July 22, 2026 11:43
1abdb40 to
bc500d0
Compare
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.
Need to put a pytest fixture into aiida-core so it can be used here as well.