From 6d6602ced2a9e9ea8386425f783770fca7c3de64 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 12 Sep 2016 15:22:25 +0200 Subject: Issue #27322: back out the commit. needs to be addressed after beta1. --- Lib/test/test_compileall.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_compileall.py b/Lib/test/test_compileall.py index ff29c91..9b424a7 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) -- cgit v0.12