The Python tests that make calls to get an ISA fail if (unsurprisingly) the architecture/QPU-ID it's looking for does not exist. We should update conftest.py to the current architecture, or even use this endpoint to look up an available ID before making the calls.
The Python tests that make calls to get an ISA fail if (unsurprisingly) the architecture/QPU-ID it's looking for does not exist. We should update
conftest.pyto the current architecture, or even use this endpoint to look up an available ID before making the calls.