[Python-checkins] cpython: Issue #27322: back out the commit. needs to be addressed after beta1.

christian.heimes python-checkins at python.org
Mon Sep 12 09:22:32 EDT 2016


https://hg.python.org/cpython/rev/f7d198fc4c96
changeset:   103710:f7d198fc4c96
user:        Christian Heimes <christian at python.org>
date:        Mon Sep 12 15:22:25 2016 +0200
summary:
  Issue #27322: back out the commit. needs to be addressed after beta1.

files:
  Lib/test/test_compileall.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_compileall.py b/Lib/test/test_compileall.py
--- a/Lib/test/test_compileall.py
+++ b/Lib/test/test_compileall.py
@@ -105,7 +105,6 @@
     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)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list