microsoft / azure-quantum-python

The azure-quantum python package submits jobs to the Azure Quantum service.
https://learn.microsoft.com/azure/quantum/
MIT License
126 stars 92 forks source link

Skip test ANKAA_2 target if one is not available in the workspace #604

Closed vxfield closed 7 months ago

vxfield commented 7 months ago

Changes

This PR skips the test_qiskit_get_rigetti_qpu_targets test case if rigetti.qpu.ankaa-2 target is not available in the Azure Quantum Workspace, and emits a warning if that is the case.

Motivation

Our E2E test pipeline was failing since the rigetti.qpu.ankaa-2 target is no longer available in the plan that we use for internal testing.