Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate legacy provider interface (Qiskit/qiskit#6337)
* Deprecate legacy provider interface In the 0.16.0 release we added a new versioned providers interface that included a V1 version of the Backend, Job, and Provider classes. Since then we've updated and unified almost all of the providers that exist to use the current interface. Having everything use the new interface means that we're now able to both evolve the interface in a controlled manner uniformly and also deprecate the legacy interface to signal to any other providers out there (especially those we don't maintain) that we'll only be supporting the versioned interface moving forward. * Fix lint * Run black * Add deprecation warning assertion on legacy backends tests Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information