[pypy-svn] r36449 - pypy/dist/pypy/objspace/fake/test
antocuni at codespeak.net
antocuni at codespeak.net
Thu Jan 11 10:15:44 CET 2007
Author: antocuni
Date: Thu Jan 11 10:15:39 2007
New Revision: 36449
Modified:
pypy/dist/pypy/objspace/fake/test/test_checkmodule.py
Log:
skip this test for now.
Modified: pypy/dist/pypy/objspace/fake/test/test_checkmodule.py
==============================================================================
--- pypy/dist/pypy/objspace/fake/test/test_checkmodule.py (original)
+++ pypy/dist/pypy/objspace/fake/test/test_checkmodule.py Thu Jan 11 10:15:39 2007
@@ -3,4 +3,5 @@
def test_dotnet():
# the only module known to pass checkmodule is _dotnet so far
+ py.test.skip('fixme')
checkmodule('_dotnet', 'cli')
More information about the pypy-svn
mailing list