Get rid of finalizer which, I suspect, is keeping tests from shutting down on Windows.

This commit is contained in:
Itamar Turner-Trauring
2021-01-12 11:16:45 -05:00
parent 6107e52f96
commit 3489e381be
2 changed files with 9 additions and 4 deletions

View File

@ -351,6 +351,9 @@ def alice(reactor, temp_dir, introducer_furl, flog_gatherer, storage_nodes, requ
reactor, request, temp_dir, introducer_furl, flog_gatherer, "alice",
web_port="tcp:9980:interface=localhost",
storage=False,
# We're going to kill this ourselves, so no need for finalizer to
# do it:
finalize=False,
)
)
await_client_ready(process)