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

fijal at codespeak.net fijal at codespeak.net
Thu Jan 15 15:51:36 CET 2009


Author: fijal
Date: Thu Jan 15 15:51:36 2009
New Revision: 60998

Modified:
   pypy/trunk/lib-python/conftest.py
Log:
we have resource module these days


Modified: pypy/trunk/lib-python/conftest.py
==============================================================================
--- pypy/trunk/lib-python/conftest.py	(original)
+++ pypy/trunk/lib-python/conftest.py	Thu Jan 15 15:51:36 2009
@@ -342,7 +342,7 @@
     RegrTest('test_re.py', core=True),
 
     RegrTest('test_repr.py', core=True),
-    RegrTest('test_resource.py', skip="unsupported extension module"),
+    RegrTest('test_resource.py'),
     RegrTest('test_rfc822.py'),
     RegrTest('test_rgbimg.py', skip="unsupported extension module"),
     RegrTest('test_richcmp.py', core=True),



More information about the Pypy-commit mailing list