[pypy-svn] r61407 - pypy/trunk/lib-python

fijal at codespeak.net fijal at codespeak.net
Tue Jan 27 20:51:31 CET 2009


Author: fijal
Date: Tue Jan 27 20:51:31 2009
New Revision: 61407

Modified:
   pypy/trunk/lib-python/conftest.py
Log:
thanks to Amaury, csv is supported right now (need to skip one test,
will look tomorrow to the log)


Modified: pypy/trunk/lib-python/conftest.py
==============================================================================
--- pypy/trunk/lib-python/conftest.py	(original)
+++ pypy/trunk/lib-python/conftest.py	Tue Jan 27 20:51:31 2009
@@ -185,7 +185,7 @@
     RegrTest('test_copy_reg.py', core=True),
     RegrTest('test_cpickle.py', core=True),
     RegrTest('test_crypt.py', usemodules='crypt'),
-    RegrTest('test_csv.py', skip="unsupported extension module"),
+    RegrTest('test_csv.py'),
 
     RegrTest('test_curses.py', skip="unsupported extension module"),
     RegrTest('test_datetime.py'),



More information about the Pypy-commit mailing list