[Twisted-Python] Re: [Twisted-commits] r13111 - Fix process unit test when there is no twisted installed yet.
James Y Knight
foom at fuhm.net
Thu Mar 10 14:42:28 MST 2005
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
More information about the Twisted-Python
mailing list