Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove qiskit-terra and qiskit-ibm-provider when testing against qisk…
…it main (#1372) Other packages that depend on qiskit<1.0 will pull in qiskit and qiskit-terra together and qiskit-terra will conflict with qiskit main, so we remove it before installing qiskit main. qiskit-ibm-provider 0.8.0 (current stable) tries to import `qiskit.extensions` for a basic `import qiskit_ibm_provider` which does not exist in qiskit main any more. qiskit-ibm-provider registers a qiskit plugin which causes it to get automatically imported under some conditions, triggering a warning in jupyter execute blocks which then cause a strict sphinx build to fail.
- Loading branch information