#11910: Fix test_heapq to skip the C tests when _heapq is missing.
diff --git a/Misc/NEWS b/Misc/NEWS
index c1d40c1..86d2220 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -353,6 +353,8 @@
 Tests
 -----
 
+- Issue #11910: Fix test_heapq to skip the C tests when _heapq is missing.
+
 - Fix test_startfile to wait for child process to terminate before finishing.
 
 - Issue #11719: Fix message about unexpected test_msilib skip on non-Windows