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

Run tests with unreleased version of Qiskit-related dependencies #1941

Closed
1ucian0 opened this issue Sep 19, 2023 · 0 comments
Closed

Run tests with unreleased version of Qiskit-related dependencies #1941

1ucian0 opened this issue Sep 19, 2023 · 0 comments
Assignees

Comments

@1ucian0
Copy link
Member

1ucian0 commented Sep 19, 2023

Aer depends on qiskit-terra. As qiskit 1.0 is approaching, removal of deprecated code is getting more aggressive, consider running qiskit-aer tests with the the code in qiskit main branch. You can do that running this command in your environment and running tests with it.

pip install -U git+https://github.com/Qiskit/qiskit-terra

If any of the test fail or find DeprecatedWarning, proactively fix that code (by deprecation policy, you should have a clear alternative for the removed code). Otherwise, your code will stop working in coming releases.

Ideally, it would be great if a regular (say, weekly?) CI job makes this check for you. Similar to https://github.com/Qiskit/qiskit-ibm-runtime/blame/main/.github/workflows/unit-tests-terra-main.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants