Qiskit / benchpress

Apache License 2.0
19 stars 13 forks source link

move skiplist decorator to sdk requirements #56

Closed nonhermitian closed 1 month ago

nonhermitian commented 1 month ago

In order for the timeout decorator not to hang, we need to select the correct process creation method depending on which SDK is used. This sets the correct branch for each SDK in the respective requirements file. I have tested that this works on my mac, and will verify on linux as well.

Closes #55