[pypy-commit] pypy cleanup-tests: disable this out of date test until it can be updated

bdkearns noreply at buildbot.pypy.org
Sun Feb 10 05:01:35 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: cleanup-tests
Changeset: r61020:d99b3dabfe66
Date: 2013-02-09 22:56 -0500
http://bitbucket.org/pypy/pypy/changeset/d99b3dabfe66/

Log:	disable this out of date test until it can be updated

diff --git a/pypy/module/test_lib_pypy/test_coroutine.py b/pypy/module/test_lib_pypy/test_coroutine.py
--- a/pypy/module/test_lib_pypy/test_coroutine.py
+++ b/pypy/module/test_lib_pypy/test_coroutine.py
@@ -1,6 +1,8 @@
 from __future__ import absolute_import
 from py.test import skip, raises
 
+skip('test needs to be updated')
+
 try:
     from stackless import coroutine, CoroutineExit
 except ImportError, e:


More information about the pypy-commit mailing list