qiskit/test/python/mock
Matthew Treinish 6bcb17b2f8
Remove deprecated IBMQ dependent functionality (#11513)
* Remove deprecate IBMQ dependent functionality

This commit removes all the functionality in Qiskit that depended on the
legacy qiskit-ibmq-provider package. This process was started in #10525
which removed the qiskit.IBMQ alias object but as was discovered in that
PR there were many other places in qiskit that were relying on the
qiskit-ibmq-provider package. This commit removes all of these places,
which primarily include qiskit.test.decorators's online_test decorator,
qiskit.tools.jupyter, qiskit.tools.monitor, qiskit.test.ibmq_mock, and
qiskit.test.mock (which just referenced IBMQ and didn't actually use
it). With these removals we're also no longer optionally dependent on
ipywidgets, jupyter, or ipython and those are removed from the optional
and development requirements lists.

* Remove stale api docs

* Remove ibmq usage in fake backend update script

* Preserve circuit library visualizations

* Remove apidocs from index

* Remove unused import

* Update docs
2024-01-11 12:39:27 +00:00
..
__init__.py Remove coding: utf-8 per PEP 3120 (#4914) 2020-08-12 08:29:16 -04:00