[issue13304] test_site assumes that site.ENABLE_USER_SITE is True

2011-10-31 Thread Ned Deily
Ned Deily added the comment: LGTM. Thanks for the patch! Committed to 27 (for release in 2.7.3), 32 (3.2.3), and default (3.3). -- assignee: -> ned.deily nosy: +ned.deily resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 2.7, Python 3.2, Pyt

[issue13304] test_site assumes that site.ENABLE_USER_SITE is True

2011-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1689b9cf6b1c by Ned Deily in branch '2.7': Issue #13304: Skip test case if user site-packages disabled (-s or http://hg.python.org/cpython/rev/1689b9cf6b1c New changeset c497011a4769 by Ned Deily in branch '3.2': Issue #13304: Skip test case if use

[issue13304] test_site assumes that site.ENABLE_USER_SITE is True

2011-10-31 Thread Carl Meyer
Changes by Carl Meyer : Added file: http://bugs.python.org/file23576/d851c64c745a.diff ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue13304] test_site assumes that site.ENABLE_USER_SITE is True

2011-10-31 Thread Carl Meyer
Changes by Carl Meyer : Removed file: http://bugs.python.org/file23575/cea40c2d7323.diff ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue13304] test_site assumes that site.ENABLE_USER_SITE is True

2011-10-31 Thread Carl Meyer
Changes by Carl Meyer : -- keywords: +patch Added file: http://bugs.python.org/file23575/cea40c2d7323.diff ___ Python tracker ___ ___

[issue13304] test_site assumes that site.ENABLE_USER_SITE is True

2011-10-31 Thread Carl Meyer
Carl Meyer added the comment: Added a patch implementing my proposed fix. -- hgrepos: +87 ___ Python tracker ___ ___ Python-bugs-list

[issue13304] test_site assumes that site.ENABLE_USER_SITE is True

2011-10-31 Thread Carl Meyer
New submission from Carl Meyer : If the test suite is run with PYTHONNOUSERSITE=true, the test_s_option test in test_site fails, because it implicitly assumes that site.ENABLE_USER_SITE is True and that site.USER_SITE should unconditionally be in sys.path. This is a practical problem in the re