I am the developer of ruffus. I am sorry that I have only just see this. I will get the patches in Ruffus itself to allow the tests to run on 3.5. Thanks again. Leo
On 15 January 2016 at 09:56, Dmitry Shachnev <mity...@debian.org> wrote: > Hi Andreas, > > On Fri, Jan 15, 2016 at 10:15:14AM +0100, Andreas Tille wrote: > > Hmmm, I think I misunderstood your hint since my attempt to fix the > > issue[1] did not worked but rather endet up in: > > > > [...] > > > > What am I doing wrong? > > Now you are getting an error with Python 3.4 which doesn't have this > change :) > > How about something like this? > > self.assertEqual(e.args[0], 'Dummy Task') > self.assertIn("test1: regular expression regex('.*)') is > malformed\n[sre_constants.error: (unbalanced parenthesis", e.args[1]) > > -- > Dmitry Shachnev >