[pypy-svn] r60105 - pypy/trunk/lib-python/modified-2.5.2/test

fijal at codespeak.net fijal at codespeak.net
Mon Nov 24 12:36:39 CET 2008


Author: fijal
Date: Mon Nov 24 12:36:38 2008
New Revision: 60105

Modified:
   pypy/trunk/lib-python/modified-2.5.2/test/test_support.py
Log:
Oops, this was not supposed to be checked in


Modified: pypy/trunk/lib-python/modified-2.5.2/test/test_support.py
==============================================================================
--- pypy/trunk/lib-python/modified-2.5.2/test/test_support.py	(original)
+++ pypy/trunk/lib-python/modified-2.5.2/test/test_support.py	Mon Nov 24 12:36:38 2008
@@ -30,7 +30,7 @@
     """
 
 verbose = 1              # Flag set to 0 by regrtest.py
-use_resources = ['urlfetch']     # Flag set to [] by regrtest.py
+use_resources = None     # Flag set to [] by regrtest.py
 max_memuse = 0           # Disable bigmem tests (they will still be run with
                          # small sizes, to make sure they work.)
 



More information about the Pypy-commit mailing list