Issue #16698: Skip posix test_getgroups when built with OS X
deployment target prior to 10.6.
diff --git a/Misc/NEWS b/Misc/NEWS
index 749b718..9c9bc10 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -763,6 +763,9 @@
 - Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing
   a test failure in test_ssl.
 
+- Issue #16698: Skip posix test_getgroups when built with OS X
+  deployment target prior to 10.6.
+
 Build
 -----