summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5fd51cf..e96c923 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,11 @@ Improvements
between runs. In particular, testtools tests can now be run with
``trial -u``. (Jonathan Lange, #1517879)
+* Fixed bug where if an asynchronous ``Deferred`` test times out but the
+ ``Deferred`` then fires, the entire test run would abort with
+ ``KeyboardInterrupt``, failing the currently running test.
+ (Jonathan Lange, James Westby)
+
Changes
-------