Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r58527:d9b22cb76c40
Date: 2012-10-28 00:33 +0200
http://bitbucket.org/pypy/pypy/changeset/d9b22cb76c40/

Log:    merge

diff --git a/pypy/translator/goal/test2/test_app_main.py 
b/pypy/translator/goal/test2/test_app_main.py
--- a/pypy/translator/goal/test2/test_app_main.py
+++ b/pypy/translator/goal/test2/test_app_main.py
@@ -689,6 +689,10 @@
         child_out_err.close()
 
     def test_proper_sys_path(self, tmpdir):
+        data = self.run('-c "import _ctypes"', python_flags='-S')
+        if data.startswith('Traceback'):
+            py.test.skip("'python -S' cannot import extension modules: "
+                         "see probably http://bugs.python.org/issue586680";)
 
         @contextmanager
         def chdir_and_unset_pythonpath(new_cwd):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to