diff --git a/py/test/conftesthandle.py b/py/test/conftesthandle.py index 102413f33..e9c58dcf5 100644 --- a/py/test/conftesthandle.py +++ b/py/test/conftesthandle.py @@ -26,7 +26,7 @@ class Conftest(object): 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)