Issue #13304: Skip test case if user site-packages disabled (-s or

PYTHONNOUSERSITE).  (Patch by Carl Meyer)
This commit is contained in:
Ned Deily 2011-10-31 16:16:35 -07:00
parent ce260142c6
commit 316f573d9c
3 changed files with 7 additions and 1 deletions

View file

@ -601,6 +601,7 @@ Lucas Prado Melo
Ezio Melotti
Brian Merrell
Luke Mewburn
Carl Meyer
Mike Meyer
Steven Miale
Trent Mick

View file

@ -187,6 +187,9 @@ Library
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.