We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4f1e6 commit ea1b85aCopy full SHA for ea1b85a
tests/sim_asyncio_ioc.py
@@ -39,5 +39,5 @@ async def callback(value):
39
time.sleep(1)
40
# Make sure coverage is written on epicsExit
41
from pytest_cov.embed import cleanup
42
- sys.exitfunc = cleanup
+ sys._run_exitfuncs = cleanup
43
softioc.interactive_ioc()
0 commit comments