Pyvisa sim instruments are not cleanup on close.
jenshnielsen opened this issue · 1 comments
jenshnielsen commented
This can be exposed by reordering tests for example with https://pypi.org/project/pytest-randomly/
It turns out that this is due to a bug in pyvisa-sim requireing the resource manager to also be shutdown. pyvisa/pyvisa-sim#82
We could perhaps extend close to also kill the resource manager if we are running on a simulated instrument.
jenshnielsen commented