diff options
author | Christian Heimes <christian@python.org> | 2016-09-12 13:22:25 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-12 13:22:25 (GMT) |
commit | 6d6602ced2a9e9ea8386425f783770fca7c3de64 (patch) | |
tree | 3d58408c07cb4f2d9be47717942eb2b5fdd807fa /Lib/test | |
parent | 139652100e526aeb4633a4eec6b34e501c15ea39 (diff) | |
download | cpython-6d6602ced2a9e9ea8386425f783770fca7c3de64.zip cpython-6d6602ced2a9e9ea8386425f783770fca7c3de64.tar.gz cpython-6d6602ced2a9e9ea8386425f783770fca7c3de64.tar.bz2 |
Issue #27322: back out the commit. needs to be addressed after beta1.
Diffstat (limited to 'Lib/test')
-rw-r--r-- | 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 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) |