]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #27322: back out the commit. needs to be addressed after beta1.
authorChristian Heimes <christian@python.org>
Mon, 12 Sep 2016 13:22:25 +0000 (15:22 +0200)
committerChristian Heimes <christian@python.org>
Mon, 12 Sep 2016 13:22:25 +0000 (15:22 +0200)
Lib/test/test_compileall.py

index ff29c91fdb948b19578b547621552f965340a02a..9b424a7250617d78f8420035098d09ad8fe878b4 100644 (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)