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 2bba6eb commit 774277bCopy full SHA for 774277b
pytest_django/live_server_helper.py
@@ -62,7 +62,6 @@ def stop(self) -> None:
62
"""Stop the server"""
63
# Terminate the live server's thread.
64
self.thread.terminate()
65
- self.thread.join()
66
# Restore shared connections' non-shareability.
67
for conn in self.thread.connections_override.values():
68
conn.dec_thread_sharing()
0 commit comments