1.4.3
- Improve handling of interruption exceptions - custom interruption exceptions will now properly cause the session and test to trigger the
session_interrupt
andtest_interrupt
hooks. Unexpected exceptions likeSystemExit
from within tests are now also reported properly instead of silently ignored - Properly initialize colorama under Windows
- Support overriding notifications plugin's
from_email
by configuration