On 10 August 2014 12:05, Brian May <[email protected]> wrote:
> On 10 August 2014 11:25, Brian May <[email protected]> wrote: > >> The packaging for this seems to work fine, however the upstream code >> fails the tests for Python3.4 >> >> AttributeError: 'ContextSuite' object has no attribute '_removed_tests' >> >> Curiously this happens inside unittest code. >> > > Submitted upstream bug report: > > https://github.com/celery/kombu/issues/389 > The root cause of this failure is actually the following bug: http://bugs.debian.org/757640 https://github.com/nose-devs/nose/issues/759 https://github.com/nose-devs/nose/pull/811 > Fixing this requires a one line patch to nose (added upstream in git but not released yet). -- Brian May <[email protected]>
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

