[pypy-commit] pypy py3k: py3k_skip tests for ropes. We are not interested in those right now

antocuni noreply at buildbot.pypy.org
Wed Jun 6 15:16:00 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
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


More information about the pypy-commit mailing list