-
Notifications
You must be signed in to change notification settings - Fork 8
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
base: develop
Are you sure you want to change the base?
Conversation
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this 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 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. |
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 toaiida-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