[Twisted-Python] Re: [Twisted-commits] r13111 - Fix process unit test when there is no twisted installed yet.
Tommi Virtanen
tv at twistedmatrix.com
Mon Mar 14 05:29:01 MST 2005
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.
More information about the Twisted-Python
mailing list