Skip to content

CI: Switch from aiida-testing to aiida-test-cache#214

Open
danielhollas wants to merge 8 commits into
JuDFTteam:developfrom
danielhollas:aiida-test-cache
Open

CI: Switch from aiida-testing to aiida-test-cache#214
danielhollas wants to merge 8 commits into
JuDFTteam:developfrom
danielhollas:aiida-test-cache

Conversation

@danielhollas
Copy link
Copy Markdown

Hi 👋

I've been recently updating the the aiida-testing package that you use here for regression tests.

As part of that work, aiida-testing pytest plugin has been renamed to aiida-test-cache and published on PyPI so you can drop the dependency on Git repo.
The released version should be fully backwards compatible, see release notes:
https://github.com/aiidateam/aiida-test-cache/releases/tag/v0.0.1

Comment thread .github/workflows/ci.yml
pip install .[testing,graphs]
pip install ${{ matrix.aiida.version }} ${{ matrix.masci-tools.version }}
pip install ${{ matrix.bokeh-version }} ${{ matrix.mpl-version }}
reentry scan || true
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You no longer test with aiida-core v1 so this is not needed.

Copy link
Copy Markdown
Member

@PhilippRue PhilippRue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be fine, I did it in the same way in aiida-kkr where aiida-test-cache is now a proper dependency. Thanks @danielhollas for the effort

@PhilippRue PhilippRue added dependencies Pull requests that update a dependency file maintenance topic/test-system Issues related to the testing of aiida-fleur labels Dec 12, 2024
@danielhollas
Copy link
Copy Markdown
Author

@PhilippRue thanks! Are you able to approve the workflow run in this repo? That way we'll see if the tests work.

image

@PhilippRue
Copy link
Copy Markdown
Member

@PhilippRue thanks! Are you able to approve the workflow run in this repo? That way we'll see if the tests work.

Yes it runs and the failing tests were also failing before, they didn't break with this change.

aiida-testing pytest plugin has been renamed to aiida-test-cache
and published on PyPI we can drop the dependency on Git repo.
The released version should be fully backwards compatible,
see release notes:
https://github.com/aiidateam/aiida-test-cache/releases/tag/v0.0.1
@danielhollas
Copy link
Copy Markdown
Author

@PhilippRue could this be merged? (I also fixed the RTD docs build here)

@danielhollas danielhollas requested a review from PhilippRue May 19, 2025 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file maintenance topic/test-system Issues related to the testing of aiida-fleur

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants