Skip to content

Commit

Permalink
✏️ fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MeditationDuck committed Sep 17, 2024
1 parent 5c2fd55 commit f041dd4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions wake/testing/pytest_plugin_multiprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,8 @@ def coverage_callback() -> None:
except queue.Full:
pass

def signal_handler(sig, frame):
raise KeyboardInterrupt()

pickling_support.install()
signal.signal(signal.SIGTERM, signal_handler)
signal.signal(signal.SIGINT, signal.SIG_IGN)

if self._debug:
set_exception_handler(self._exception_handler)
Expand Down

0 comments on commit f041dd4

Please sign in to comment.