commit | 1aacd7bb027828471d8bcb88b0234ff8425695a5 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Mon Oct 31 16:14:52 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Mon Oct 31 16:14:52 2011 -0700 |
tree | ac476e9886310476d21cca043e5ed8e3f46c289a | |
parent | cf9943de9734f668ea2f7c9602603facd72d19af [diff] [blame] |
Issue #13304: Skip test case if user site-packages disabled (-s or PYTHONNOUSERSITE). (Patch by Carl Meyer)
diff --git a/Misc/NEWS b/Misc/NEWS index 119355d..be64128 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -328,6 +328,9 @@ Tests ----- +- Issue #13304: Skip test case if user site-packages disabled (-s or + PYTHONNOUSERSITE). (Patch by Carl Meyer) + - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. - Issue #12821: Fix test_fcntl failures on OpenBSD 5.