We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Reopened since the solution did not work and is reverted in #5363
A draft solution is in #5360
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: