On Thu, 2018-01-25 at 13:43 +1100, Daniel Axtens wrote:
> We see on Travis and on tox:
> /home/travis/build/daxtens/patchwork/patchwork/tests/test_list.py:79:
> DeprecationWarning: invalid escape sequence \d
>   id_re = re.compile('<tr id="patch_row:(\d+)"')
> /home/travis/build/daxtens/patchwork/patchwork/tests/test_mail_settin
> gs.py:248: DeprecationWarning: invalid escape sequence \s
>   form_re_template = ('<form\s+[^>]*action="%(url)s"[^>]*>'
> /home/travis/build/daxtens/patchwork/patchwork/tests/test_parser.py:6
> 16: DeprecationWarning: invalid escape sequence \
>   '\ No newline at end of file'))
> 
> All of these are easy to fix: just mark them as raw strings.
> 
> Signed-off-by: Daniel Axtens <d...@axtens.net>

Reviewed-by: Stephen Finucane <step...@that.guru>
_______________________________________________
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to