[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please help tracking down this issue in test suite [Was: Bug#811002: python-ruffus: FTBFS: sre_constants.error: unbalanced parenthesis at position 2]



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

Attachment: signature.asc
Description: PGP signature


Reply to: