[pypy-svn] r11596 - pypy/dist/lib-python-2.3.4/test

pedronis at codespeak.net pedronis at codespeak.net
Thu Apr 28 16:47:40 CEST 2005


Author: pedronis
Date: Thu Apr 28 16:47:40 2005
New Revision: 11596

Modified:
   pypy/dist/lib-python-2.3.4/test/conftest.py
Log:
test_support is not a test



Modified: pypy/dist/lib-python-2.3.4/test/conftest.py
==============================================================================
--- pypy/dist/lib-python-2.3.4/test/conftest.py	(original)
+++ pypy/dist/lib-python-2.3.4/test/conftest.py	Thu Apr 28 16:47:40 2005
@@ -638,7 +638,7 @@
     'test_structseq.py'      : TestDecl(False, SimpleRunModule),
     'test_sunaudiodev.py'    : TestDecl(False, SimpleRunModule),
     'test_sundry.py'         : TestDecl(False, SimpleRunModule),
-    'test_support.py'        : TestDecl(False, SimpleRunModule),
+    # test_support is not a test
     'test_symtable.py'       : TestDecl(False, SimpleRunModule),
     'test_syntax.py'         : TestDecl(True, UTTestMainModule),
     'test_sys.py'            : TestDecl(True,  UTTestMainModule),



More information about the Pypy-commit mailing list