[pypy-svn] r28483 - pypy/dist/pypy/module/stackless/test
arigo at codespeak.net
arigo at codespeak.net
Wed Jun 7 20:27:01 CEST 2006
Author: arigo
Date: Wed Jun 7 20:27:00 2006
New Revision: 28483
Modified:
pypy/dist/pypy/module/stackless/test/test_scheduling.py
Log:
Uh, is this really meant to be executed with py.test?
It should not be called test_*.py if not...
Modified: pypy/dist/pypy/module/stackless/test/test_scheduling.py
==============================================================================
--- pypy/dist/pypy/module/stackless/test/test_scheduling.py (original)
+++ pypy/dist/pypy/module/stackless/test/test_scheduling.py Wed Jun 7 20:27:00 2006
@@ -1,3 +1,4 @@
+import py; py.test.skip("doesn't run with py.test")
from stackless_ import scheduler
class task_mock(object):
More information about the Pypy-commit
mailing list