Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r65417:88285f530855
Date: 2013-07-16 15:12 +0200
http://bitbucket.org/pypy/pypy/changeset/88285f530855/

Log:    Skip this test which was never working, with a comment

diff --git a/rpython/annotator/test/test_annrpython.py 
b/rpython/annotator/test/test_annrpython.py
--- a/rpython/annotator/test/test_annrpython.py
+++ b/rpython/annotator/test/test_annrpython.py
@@ -741,6 +741,7 @@
         assert s.classdef is a.bookkeeper.getuniqueclassdef(C)
 
     def test_union_type_some_pbc(self):
+        py.test.skip("is there a point? f() can return self.__class__ instead")
         class A(object):
             name = "A"
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to