Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

qiskit.test.mock is deprecated #1349

Merged
merged 5 commits into from
Jul 11, 2023
Merged

qiskit.test.mock is deprecated #1349

merged 5 commits into from
Jul 11, 2023

Commits on Aug 5, 2022

  1. qiskit.test.mock is deprecated

    DeprecationWarning: The module 'qiskit.test.mock' is deprecated since Qiskit Terra 0.21.0, and will be removed 3 months or more later. Instead, you should import the desired object directly 'qiskit.providers.fake_provider'.
    from qiskit.test.mock import FakeVigo --> from qiskit.providers.fake_provider import FakeVigo
    WhiteSymmetry committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    2008cde View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. DeprecationWarning: The module 'qiskit.test.mock'

    DeprecationWarning: The module 'qiskit.test.mock' is deprecated since Qiskit Terra 0.21.0, and will be removed 3 months or more later. Instead, you should import the desired object directly 'qiskit.providers.fake_provider'.
    #from qiskit.test.mock import FakeVigo -->
    from qiskit.providers.fake_provider import FakeVigo
    (https://qiskit.org/documentation/apidoc/providers_fake_provider.html)
    WhiteSymmetry committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    2268cca View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    bd0d116 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    9e478c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    fa1b341 View commit details
    Browse the repository at this point in the history