Commit d38c7287 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

wip

parent 7ed001db
......@@ -197,6 +197,8 @@ class CheckUrlAvailableMixin(TestPromisePluginMixin):
def tearDownClass(cls):
cls.server_process.terminate()
cls.server_process.join()
# In Py3, the server socket does not seem to be automatically closed.
cls.server_process._target.__self__.socket.close()
for p in [
cls.test_server_certificate_file.name,
cls.test_server_ca_certificate_file.name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment