Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

danielhollas
Copy link

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

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
pip install --no-deps git+https://github.com/aiidateam/aiida-common-workflows.git@master
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
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
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
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
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.

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