From: Christian Heimes Date: Mon, 12 Sep 2016 13:22:25 +0000 (+0200) Subject: Issue #27322: back out the commit. needs to be addressed after beta1. X-Git-Tag: v3.6.0b1~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d6602ced2a9e9ea8386425f783770fca7c3de64;p=thirdparty%2FPython%2Fcpython.git Issue #27322: back out the commit. needs to be addressed after beta1. --- diff --git a/Lib/test/test_compileall.py b/Lib/test/test_compileall.py index ff29c91fdb94..9b424a725061 100644 --- a/Lib/test/test_compileall.py +++ b/Lib/test/test_compileall.py @@ -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)