Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r55433:2ef0573fde3c
Date: 2012-06-06 14:37 +0200
http://bitbucket.org/pypy/pypy/changeset/2ef0573fde3c/

Log:    py3k_skip tests for ropes. We are not interested in those right now

diff --git a/pypy/objspace/std/test/test_ropeobject.py 
b/pypy/objspace/std/test/test_ropeobject.py
--- a/pypy/objspace/std/test/test_ropeobject.py
+++ b/pypy/objspace/std/test/test_ropeobject.py
@@ -1,4 +1,5 @@
 import py
+py.test.py3k_skip('ropes are not supported for now')
 
 from pypy.objspace.std.test import test_stringobject, test_unicodeobject
 from pypy.conftest import gettestobjspace
diff --git a/pypy/objspace/std/test/test_ropeunicodeobject.py 
b/pypy/objspace/std/test/test_ropeunicodeobject.py
--- a/pypy/objspace/std/test/test_ropeunicodeobject.py
+++ b/pypy/objspace/std/test/test_ropeunicodeobject.py
@@ -1,4 +1,5 @@
 import py
+py.test.py3k_skip('ropes are not supported for now')
 
 from pypy.objspace.std.test import test_stringobject, test_unicodeobject
 from pypy.conftest import gettestobjspace
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to