summaryrefslogtreecommitdiff
path: root/Lib/test/test_compileall.py
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2016-09-12 15:22:25 +0200
committerChristian Heimes <christian@python.org>2016-09-12 15:22:25 +0200
commit6d6602ced2a9e9ea8386425f783770fca7c3de64 (patch)
tree3d58408c07cb4f2d9be47717942eb2b5fdd807fa /Lib/test/test_compileall.py
parent139652100e526aeb4633a4eec6b34e501c15ea39 (diff)
downloadcpython-git-6d6602ced2a9e9ea8386425f783770fca7c3de64.tar.gz
Issue #27322: back out the commit. needs to be addressed after beta1.
Diffstat (limited to 'Lib/test/test_compileall.py')
-rw-r--r--Lib/test/test_compileall.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_compileall.py b/Lib/test/test_compileall.py
index ff29c91fdb..9b424a7250 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)