@@ -492,9 +492,7 @@ def test_startup_imports(self): |
|
|
492 |
492 |
'heapq', 'itertools', 'keyword', 'operator', |
493 |
493 |
'reprlib', 'types', 'weakref' |
494 |
494 |
}.difference(sys.builtin_module_names) |
495 |
|
-# http://bugs.python.org/issue28095 |
496 |
|
-if sys.platform != 'darwin': |
497 |
|
-self.assertFalse(modules.intersection(collection_mods), stderr) |
|
495 |
+self.assertFalse(modules.intersection(collection_mods), stderr) |
498 |
496 |
|
499 |
497 |
def test_startup_interactivehook(self): |
500 |
498 |
r = subprocess.Popen([sys.executable, '-c', |