Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r52265:92ed25e52bf8
Date: 2012-02-09 10:44 +0100
http://bitbucket.org/pypy/pypy/changeset/92ed25e52bf8/

Log:    bah, we need to skip this one too, for the same reasone

diff --git a/pypy/interpreter/test/test_compiler.py 
b/pypy/interpreter/test/test_compiler.py
--- a/pypy/interpreter/test/test_compiler.py
+++ b/pypy/interpreter/test/test_compiler.py
@@ -630,6 +630,8 @@
         assert space.float_w(w_result) == 0
 
     def test_dont_inherit_across_import(self):
+        # see the comment for test_dont_inherit_flag
+        py.test.skip("we cannot actually check the result of this test (see 
comment)")
         from pypy.tool.udir import udir
         udir.join('test_dont_inherit_across_import.py').write('x = 1/2\n')
         space = self.space
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to