#1087055 robber: Python SyntaxWarning

#1087055#5
Date:
2024-11-08 14:36:37 UTC
From:
To:
Hi Maintainer

The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].

Regards
Graham


[1] https://piuparts.debian.org/sid/source/r/robber.html


  Setting up python3-robber (1.1.5-3) ...
  /usr/lib/python3/dist-packages/robber/matchers/mock_mixin.py:21:
SyntaxWarning: invalid escape sequence '\('
    match = re.search('\((.*)\)', str(self.args))
  /usr/lib/python3/dist-packages/robber/matchers/mock_mixin.py:34:
SyntaxWarning: invalid escape sequence '\('
    match = re.search('call\((.*)\)', str(self.actual.call_args))