Qiskit / qiskit-ibmq-provider

Qiskit Provider for accessing the quantum devices and simulators at IBM Quantum.
Apache License 2.0
243 stars 143 forks source link

Test no longer supported proxy url format only when requests <= 2.26 #1103

Closed rathishcholarajan closed 2 years ago

rathishcholarajan commented 2 years ago

Summary

requests 2.27 dropped support for proxy url format 'http:{}:{}'. Hence running the test separately for this format only when requests is less than 2.27.

Details and comments

Fixes https://github.com/Qiskit-Partners/qiskit-ibm/issues/226