New submission from Alex Brandt:
I first noticed this issue when configuring nose via setup.cfg and reported the
behavior in this issue on their tracker:
https://github.com/nose-devs/nose/issues/733
I'll repaste the important bits here:
When using a setup.cfg with the following con
New submission from Alex Brandt:
When using the suggested practice of setting a stop loop signal handler with:
loop.add_signal_handler(signal.SIGTERM, loop.stop)
The following stack trace is given when the signal runs:
ligament_1 | Exception ignored in: >
ligament_1 | Traceback (most rec