Qiskit/qiskit-ibmq-provider

Add way to automatically install qiskit-requirements as dependency

mriedem opened this issue · 3 comments

What is the expected enhancement?

Add qiskit-experiments to an extras install for something like pip install qiskit-ibmq-provider[experiments] or just to requirements-dev.txt to make it simpler to get that installed for running these tests:

@skipIf(not HAS_QISKIT_EXPERIMENTS, "Requires qiskit-experiments")

Right now I have to remember to manually pip install qiskit-experiments.

Note that the experiment-integration tests in cron-staging aren't running as a result:

https://github.com/Qiskit/qiskit-ibmq-provider/runs/3178330068?check_suite_focus=true

image

I guess this is technically blocked on getting a released version of qiskit-experiments:

https://github.com/Qiskit/qiskit-experiments/tags

We could install from the main branch but that's probably not wise.

jyu00 commented

We could install from the main branch but that's probably not wise.

qiskit-experiments should now be stable enough for the nightly test. We probably want to catch any last minute error before the release.