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

qiskit.test is going to be removed in qiskit 1.0 #1957

Closed
1ucian0 opened this issue Oct 11, 2023 · 3 comments
Closed

qiskit.test is going to be removed in qiskit 1.0 #1957

1ucian0 opened this issue Oct 11, 2023 · 3 comments
Assignees
Milestone

Comments

@1ucian0
Copy link
Member

1ucian0 commented Oct 11, 2023

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.

Aer uses qiskit.test in, at least, the following file:

from qiskit.test.base import FullQiskitTestCase

Consider stop importing it from qiskit and move the relevant testing-supporting code to Aer codebase.

@doichanj doichanj added this to the Aer 0.14.0 milestone Oct 26, 2023
@doichanj doichanj self-assigned this Oct 26, 2023
@1ucian0
Copy link
Member Author

1ucian0 commented Jan 30, 2024

Is this issue solved by #1971 ?

@doichanj
Copy link
Collaborator

yes, Aer is now independent from qiskit.test

@1ucian0
Copy link
Member Author

1ucian0 commented Jan 31, 2024

Awesome. Closing via #1971 in that case.

@1ucian0 1ucian0 closed this as completed Jan 31, 2024
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