[tahoe-lafs-trac-stream] [tahoe-lafs] #1464: stronger isolation between the Python libraries imported by build steps and those used by buildbot
tahoe-lafs
trac at tahoe-lafs.org
Fri May 3 21:59:44 UTC 2013
#1464: stronger isolation between the Python libraries imported by build steps and
those used by buildbot
------------------------------------+--------------------------------------
Reporter: davidsarah | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone: undecided
Component: dev-infrastructure | Version: 1.8.2
Resolution: | Keywords: buildbot twisted pywin32
Launchpad Bug: |
------------------------------------+--------------------------------------
Old description:
> buildbot uses some of the same Python libraries as Tahoe, for example
> Twisted and pywin32. This creates problems for build steps that want to
> test what happens when those libraries are not installed, or when a
> version that is not compatible with buildbot is installed.
>
> #1334 is a special case of this problem, and it also affects #1346.
>
> Possible solutions include using virtualenv, or setting up PYTHONPATH
> differently for buildbot and for the code under test.
New description:
buildbot uses some of the same Python libraries as Tahoe, for example
Twisted and pywin32. This creates problems for build steps that want to
test what happens when those libraries are not installed, or when a
version that is not compatible with buildbot is installed.
#1334 is a special case of this problem, and it also affects #1346.
Possible solutions include using virtualenv, or setting up PYTHONPATH
differently for buildbot and for the code under test.
--
Comment (by zooko):
Something else that might help with this would be using exocet instead of
the builtin Python module loader: #1443 "use exocet instead of the builtin
Python module loader"
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1464#comment:2>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list