◐ Shell
clean mode source ↗

bpo-28095: Re-enable temporarily disabled part of test_startup_import… by ned-deily · Pull Request #2927 · python/cpython

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