Well, this is typical of Python3. You are trying to use the patchbot with python3. This has never been done (vene if I tried to anticipate). You should rather not be using python3 to run a patchbot (yet)
Le samedi 20 août 2016 13:46:48 UTC+2, Eric Gourgoulhon a écrit : > > Hi, > > In https://patchbot.sagemath.org/ticket/18843/ > the coverage plugin (running on the patchbot ark) failed with the message > > Traceback (most recent call last): > File > "/home/ralf/.local/lib/python3.4/site-packages/sage_patchbot/patchbot.py", > line 1060, in test_a_ticket > baseline=baseline, **kwds) > File > "/home/ralf/.local/lib/python3.4/site-packages/sage_patchbot/plugins.py", > line 123, in coverage > data = sorted(set(current.items()) - set(baseline.items())) > TypeError: unorderable types: NoneType() < str() > Is this a knwon issue? > > Eric. > > > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
