🔧 Preparation for aiida 2.9.0 release - #82
Merged
Conversation
agoscinski
force-pushed
the
chore/aiida29-prep
branch
from
July 20, 2026 10:44
a57e82c to
fbd3bfa
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #82 +/- ##
=======================================
Coverage 89.42% 89.42%
=======================================
Files 22 22
Lines 1324 1324
=======================================
Hits 1184 1184
Misses 140 140 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Extend the test workflow matrix to include Python 3.14. This keeps CI coverage aligned with the supported environments.
Switch from hardcoded computer label name `localhost` to `fixture_localhost.label` usage, because fixture `aiida_localhost` has changed its default naming.
Normalize the code lookup key to a computer label when a `Computer` instance is passed.
agoscinski
force-pushed
the
chore/aiida29-prep
branch
from
July 20, 2026 13:38
fbd3bfa to
ee411c6
Compare
agoscinski
marked this pull request as ready for review
July 20, 2026 13:41
agoscinski
added a commit
that referenced
this pull request
Jul 20, 2026
Extend the test workflow matrix to include Python 3.14. This keeps CI coverage aligned with the supported environments.
agoscinski
added a commit
that referenced
this pull request
Jul 20, 2026
Switch from hardcoded computer label name `localhost` to `fixture_localhost.label` usage, because fixture `aiida_localhost` has changed its default naming.
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.
Contains a bug fix that might be worth to release but otherwise it is mainly fixing tests.