Issue #27322: back out the commit. needs to be addressed after beta1.

This commit is contained in:
Christian Heimes 2016-09-12 15:22:25 +02:00
parent 139652100e
commit 6d6602ced2
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ class CompileallTests(unittest.TestCase):
def test_compile_path(self):
# Exclude Lib/test/ which contains invalid Python files like
# Lib/test/badsyntax_pep3120.py
self._skip_if_sys_path_not_writable()
testdir = os.path.realpath(os.path.dirname(__file__))
if testdir in sys.path:
self.addCleanup(setattr, sys, 'path', sys.path)