[Buildbot] #3287: Set up automated testing of buildslave on Python 3

Buildbot trac trac at buildbot.net
Sat Jun 27 14:46:51 UTC 2015


#3287: Set up automated testing of buildslave on Python 3
------------------------+----------------------
Reporter:  dustin       |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:  ongoing
 Version:  master       |  Resolution:
Keywords:               |
------------------------+----------------------

Comment (by jvlomax):

 It will run like that on py3, and from what it looks like it tries to
 invoke trial to do the testing. You can run something very similar on py2
 (pip install unittest2)
 {{{
 python -m unittest2
 }}}
 you can give it a try. It at the very least claims to have run the tests.
 If that means just importing things I have no clue :)

 It is mainly the twisted.spread package that is blocking us atm. I'm
 hoping to have it ported by the end of next week. No promises though,
 twisted development seems to be quite a messy affair

--
Ticket URL: <http://trac.buildbot.net/ticket/3287#comment:5>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list