Shut down alice.

This commit is contained in:
Itamar Turner-Trauring 2023-05-10 17:23:15 -04:00
parent ba9946e6ea
commit 2ec1c1e43e

View File

@ -401,9 +401,6 @@ def alice(
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,
)
)
pytest_twisted.blockon(await_client_ready(process))