[pypy-svn] r39750 - pypy/dist/pypy/lang/js

fijal at codespeak.net fijal at codespeak.net
Fri Mar 2 20:43:59 CET 2007


Author: fijal
Date: Fri Mar  2 20:43:57 2007
New Revision: 39750

Modified:
   pypy/dist/pypy/lang/js/conftest.py
Log:
Py.test distributed config should go somewhere higher, ie home dir.


Modified: pypy/dist/pypy/lang/js/conftest.py
==============================================================================
--- pypy/dist/pypy/lang/js/conftest.py	(original)
+++ pypy/dist/pypy/lang/js/conftest.py	Fri Mar  2 20:43:57 2007
@@ -1,13 +1,5 @@
 import py
 
-dist_hosts = ['localhost', 'localhost']
-# dist_rsync_roots = [,]
-# dist_remotepython = 'python2.4'
-dist_nicelevel = 10 
-dist_boxed = False
-dist_maxwait = 1000 
-dist_taskspernode = 10
-
 Option = py.test.config.Option
 option = py.test.config.addoptions("ecma compatibility tests",
         Option('', '--ecma',



More information about the Pypy-commit mailing list