Test session with nbmake
doesn't terminate on keyboard interrupt
#45
Labels
bug
Something isn't working
nbmake
doesn't terminate on keyboard interrupt
#45
Describe the bug
A running test session with e.g.
pytest --nbmake *.ipynb
cannot be terminated withCtrl-C
, thenbmake
. The only way to terminate the test session was to kill thepytest
process withSIGKILL
.To Reproduce
Run test session on multiple notebooks with a glob:
pytest --nbmake *.ipynb
Then try to terminate it with
Ctrl+C
.The text was updated successfully, but these errors were encountered: