[Twisted-Python] Re: [Twisted-commits] r13111 - Fix process unit test when there is no twisted installed yet.
On Mar 10, 2005, at 4:33 PM, Tommi Virtanen wrote:
Fix process unit test when there is no twisted installed yet.
We need to decide on a standard mechanism for doing this. Every test that runs processes does it a *different* way now. At least on unix, sys.path can never have relative paths in it, so we should standardize on the simple: 'env = {"PYTHONPATH": os.pathsep.join(sys.path)}'. James
James Y Knight wrote:
Fix process unit test when there is no twisted installed yet. We need to decide on a standard mechanism for doing this. Every test that runs processes does it a *different* way now. At least on unix, sys.path can never have relative paths in it, so we should standardize on the simple: 'env = {"PYTHONPATH": os.pathsep.join(sys.path)}'.
According to r13173, sys.path can contain relative paths on win32.
participants (2)
-
James Y Knight
-
Tommi Virtanen