Infleqtion / client-superstaq

https://superstaq.readthedocs.io
Apache License 2.0
84 stars 19 forks source link

allow overriding number of pytest threads #996

Closed richrines1 closed 1 month ago

richrines1 commented 1 month ago

changes the argument order in the subprocess call to pytest to allow manually overriding of the number of threads (or disabling multithreading altogether with pytest_.py .... -n0)

partially addresses #990, but as per that issue we should also consider changing the default (and maybe even choosing it dynamically based on the number of files we're testing?)