We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
qiskit.test
qiskit 1.0
Qiskit exposes test utilities as part of its deliverable package. This is not consider good practice and its removal is a long overdue issue. Qiskit teams's intention is to clean that up for qiskit 1.0 (planned to be released on Jan 31st, 2024). The module will be available in the 0.* versions (EoL, mid 2024) and raise a deprecation warning.
0.*
Aer uses qiskit.test in, at least, the following file:
qiskit-aer/test/terra/common.py
Line 33 in 64a9696
Consider stop importing it from qiskit and move the relevant testing-supporting code to Aer codebase.
The text was updated successfully, but these errors were encountered:
Is this issue solved by #1971 ?
Sorry, something went wrong.
yes, Aer is now independent from qiskit.test
Awesome. Closing via #1971 in that case.
doichanj
No branches or pull requests
Qiskit exposes test utilities as part of its deliverable package. This is not consider good practice and its removal is a long overdue issue. Qiskit teams's intention is to clean that up for
qiskit 1.0
(planned to be released on Jan 31st, 2024). The module will be available in the0.*
versions (EoL, mid 2024) and raise a deprecation warning.Aer uses
qiskit.test
in, at least, the following file:qiskit-aer/test/terra/common.py
Line 33 in 64a9696
Consider stop importing it from qiskit and move the relevant testing-supporting code to Aer codebase.
The text was updated successfully, but these errors were encountered: