[Buildbot-devel] Installation question (on Ubuntu 10.10) from a beginner.
Amber Yust
ayust at yelp.com
Wed Jan 26 22:58:07 UTC 2011
Buildbot's unit tests have a dependency (I'm not sure if it's documented or
not) on python-mock, which is available via PyPI.
~Amber
On Wed, Jan 26, 2011 at 10:55 AM, Eduardo <eduardo at imperial.ac.uk> wrote:
> Dear all,
>
> This is my first post so please bear with me.
> I am installing buildbot from the buildbot-0.8.3p1.zip and buildbot-slave-
> 0.8.3.zip files.
>
> I have followed the instructions in
>
> http://buildbot.net/buildbot/docs/current/Installing-the-code.html#InsAtalling-
> the-code<http://buildbot.net/buildbot/docs/current/Installing-the-code.html#InsAtalling-the-code>
> and have managed to get an output from the commands
> buildbot --version
> Output:
> Buildbot version: 0.8.3p1
> Twisted version: 10.1.0
>
> and
> buildslave --version
> Output:
> Buildslave version: 0.8.3
> Twisted version: 10.1.0
>
> The machine in which I am installing this has three folders for python in
> the
> /usr/lib/ directory:
> python2.6
> python2.7
> python3
>
> I have had a look and it seems that all has been installed in the folder of
> python2.6 and also the command "python --version" returns "Python 2.6.6".
>
>
> The problem I have is that the unit tests are failing. I have run these by
> typing the commands recommended in
>
> http://buildbot.net/buildbot/docs/current/Installing-the-code.html#InsAtalling-
> the-code<http://buildbot.net/buildbot/docs/current/Installing-the-code.html#InsAtalling-the-code>
> ----------------
> PYTHONPATH=. trial buildbot.test
> # or
> PYTHONPATH=. trial buildslave.test
> ----------------
>
> Both of them run but some of the tests fail. The output of running
> "PYTHONPATH=.
> trial buildbot.test" is copied below.
>
> Any help on how to fix this and move on would be most greatly
> appreciated!!!
>
> Regards,
>
> Eduardo
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20110126/af53d05d/attachment.html>
More information about the devel
mailing list