mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #19275: Fix test_site failure on OS X due to typo.
This commit is contained in:
parent
5ea7f93dcd
commit
b795aa8547
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ class StartupImportTests(unittest.TestCase):
|
|||
collection_mods = {'_collections', 'collections', 'functools',
|
||||
'heapq', 'itertools', 'keyword', 'operator',
|
||||
'reprlib', 'types', 'weakref'}
|
||||
self.assertFalse(modules.intersection(re_mods), stderr)
|
||||
self.assertFalse(modules.intersection(collection_mods), stderr)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue