Tolerate eg in runtime test teardown

eg_backup
Tyler Goodlet 2022-10-14 15:45:08 -04:00
parent e298b70edf
commit 0a1bf8e57d
1 changed files with 4 additions and 1 deletions

View File

@ -62,7 +62,10 @@ async def test_lifetime_stack_wipes_tmpfile(
) )
).result() ).result()
except tractor.RemoteActorError: except (
tractor.RemoteActorError,
tractor.BaseExceptionGroup,
):
pass pass
# tmp file should have been wiped by # tmp file should have been wiped by