Skip to content

Commit 774277b

Browse files
committed
live_server_helper: remove redundant join()
terminate() already does it.
1 parent 2bba6eb commit 774277b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytest_django/live_server_helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def stop(self) -> None:
6262
"""Stop the server"""
6363
# Terminate the live server's thread.
6464
self.thread.terminate()
65-
self.thread.join()
6665
# Restore shared connections' non-shareability.
6766
for conn in self.thread.connections_override.values():
6867
conn.dec_thread_sharing()

0 commit comments

Comments
 (0)