[py-svn] r37439 - py/trunk/py/test

guido at codespeak.net guido at codespeak.net
Sat Jan 27 16:40:26 CET 2007


Author: guido
Date: Sat Jan 27 16:40:25 2007
New Revision: 37439

Modified:
   py/trunk/py/test/conftesthandle.py
Log:
Sorry, cfbolz, seems the print to stderr breaks some test... :|


Modified: py/trunk/py/test/conftesthandle.py
==============================================================================
--- py/trunk/py/test/conftesthandle.py	(original)
+++ py/trunk/py/test/conftesthandle.py	Sat Jan 27 16:40:25 2007
@@ -26,7 +26,7 @@
         for arg in args + [current]:
             anchor = current.join(arg, abs=1)
             if anchor.check(): # we found some file object 
-                print >>py.std.sys.stderr, "initializing conftest from", anchor
+                #print >>py.std.sys.stderr, "initializing conftest from", anchor
                 # conftest-lookups without a path actually mean 
                 # lookups with our initial path. 
                 self._path2confmods[None] = self.getconftestmodules(anchor)



More information about the pytest-commit mailing list