mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #19275: Fix test_site on AMD64 Snow Leopard
This commit is contained in:
parent
e4508eebb4
commit
86823a52fc
2 changed files with 5 additions and 2 deletions
|
@ -443,8 +443,9 @@ class StartupImportTests(unittest.TestCase):
|
|||
self.assertFalse(modules.intersection(re_mods), stderr)
|
||||
# http://bugs.python.org/issue9548
|
||||
self.assertNotIn('locale', modules, stderr)
|
||||
# http://bugs.python.org/issue19209
|
||||
self.assertNotIn('copyreg', modules, stderr)
|
||||
if sys.platform != 'darwin':
|
||||
# http://bugs.python.org/issue19209
|
||||
self.assertNotIn('copyreg', modules, stderr)
|
||||
# http://bugs.python.org/issue19218>
|
||||
collection_mods = {'_collections', 'collections', 'functools',
|
||||
'heapq', 'itertools', 'keyword', 'operator',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue