github
Fix warning on `__qiskit_version__` (#10686) * Fix warning on `__qiskit_version__` The warning emitted by the `QiskitVersion` class that backs the `__qiskit_version__` variable was previously set to warn on instantiation, not usage. This caused the warning to trigger during library import, rather than at the site of usage. * Add warning assertion to test (cherry picked from commit 4ab2ef8d6)
3 of 3 new or added lines in 1 file covered. (100.0%)
74113 of 84939 relevant lines covered (87.25%)
60937.09 hits per line