You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#145. That issue also refers to
`docs/api/qiskit-ibm-runtime/runtime_service.md` but we can't fix that
as it's generated from the runtime repo (should be covered by
Qiskit/qiskit-ibm-runtime#1244).
ClosesQiskit#145. That issue also refers to
`docs/api/qiskit-ibm-runtime/runtime_service.md` but we can't fix that
as it's generated from the runtime repo (should be covered by
Qiskit/qiskit-ibm-runtime#1244).
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.The documentation uses
qiskit.test
in, at least, the following file:https://github.com/Qiskit/documentation/blob/main/docs/api/qiskit-ibm-runtime/runtime_service.md?plain=1#L33
Consider stop importing
qiskit.test
(the IBM specificFakeProviders
are moving to IBM packages).The text was updated successfully, but these errors were encountered: