[py-svn] r48135 - py/branch/reporter-merge/py/apigen/testing

fijal at codespeak.net fijal at codespeak.net
Sun Oct 28 19:10:31 CET 2007


Author: fijal
Date: Sun Oct 28 19:10:31 2007
New Revision: 48135

Modified:
   py/branch/reporter-merge/py/apigen/testing/test_apigen_functional.py
Log:
Disable apigen tests. Apigen needs some rethinking as it's not a very
usable tool right now.


Modified: py/branch/reporter-merge/py/apigen/testing/test_apigen_functional.py
==============================================================================
--- py/branch/reporter-merge/py/apigen/testing/test_apigen_functional.py	(original)
+++ py/branch/reporter-merge/py/apigen/testing/test_apigen_functional.py	Sun Oct 28 19:10:31 2007
@@ -5,6 +5,7 @@
 
 import py
 from py.__.apigen import apigen
+py.test.skip("Apigen functionality temporarily disabled")
 
 def setup_module(mod):
     if py.std.sys.platform == "win32":



More information about the pytest-commit mailing list