raven-python icon indicating copy to clipboard operation
raven-python copied to clipboard

DeprecationWarning due to invalid sequences in tests`

Open tirkarthi opened this issue 5 years ago • 0 comments

This can be fixed with using raw string or escaping them.

./tests/contrib/django/tests.py:729: DeprecationWarning: invalid escape sequence \:
  with Settings(SENTRY_ALLOW_ORIGIN=[re.compile('https?\://(.*\.)?example\.com')]):

tirkarthi avatar Jan 26 '20 04:01 tirkarthi