raven-python
raven-python copied to clipboard
DeprecationWarning due to invalid sequences in tests`
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')]):