[tahoe-lafs-trac-stream] [tahoe-lafs] #1296: 'tahoe debug trial' command
tahoe-lafs
trac at tahoe-lafs.org
Tue Jan 18 10:38:13 UTC 2011
#1296: 'tahoe debug trial' command
-----------------------------------+----------------------------------------
Reporter: davidsarah | Owner: davidsarah
Type: defect | Status: assigned
Priority: major | Milestone: 1.8.2
Component: code-frontend-cli | Version: 1.8.1
Resolution: | Keywords: bbfreeze setuptools review-needed
Launchpad Bug: |
-----------------------------------+----------------------------------------
Comment (by davidsarah):
Removing setuptools_trial would have a side-effect described in
[source:setup.py at 4940#L143 this comment]:
{{{
# Nevow requires Twisted to setup, but doesn't declare that requirement in
a
# way that enables setuptools to satisfy that requirement before Nevow's
# setup.py tried to "import twisted". Fortunately we require
setuptools_trial
# to setup and setuptools_trial requires Twisted to install, so hopefully
# everything will work out until the Nevow issue is fixed:
# http://divmod.org/trac/ticket/2629 setuptools_trial is needed if you
want
# "./setup.py trial" or "./setup.py test" to execute the tests (and in
order
# to make sure Twisted is installed early enough -- see the paragraph
above).
# http://pypi.python.org/pypi/setuptools_trial
setup_requires.extend(['setuptools_trial >= 0.5'])
}}}
([https://webcache.googleusercontent.com/search?q=cache:divmod.org/trac/ticket/2527
google cache] of http://divmod.org/trac/ticket/2527 while divmod.org is
down)
[source:src/allmydata/test/test_nevow.py] says that Nevow v0.9.33 fixed
that bug. For references, all of the working buildbots have Nevow v0.10.0
except for 'Arthur lenny', which has v0.9.31.
I propose to bump the Nevow version requirement from >= 0.6.0 to >=
0.9.33. Any objection? (In the case of Ubuntu for example, 0.10.0 was
packaged for Ubuntu Lucid in April 2010.)
--
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1296#comment:15>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list