summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 07abb44..c7005f8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -573,6 +573,9 @@ Documentation
Tests
-----
+- Issue #19493: Refactored the ctypes test package to skip tests explicitly
+ rather than silently.
+
- Issue #18492: All resources are now allowed when tests are not run by
regrtest.py.