Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix(pytest): ignore "invalid escape sequence" deprecation warning
Browse files Browse the repository at this point in the history
This causes failures in code that we cannot control, so should
be ignored
  • Loading branch information
winged committed Feb 28, 2023
1 parent bb8e8b7 commit 4e08672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ filterwarnings = [
"ignore:distutils Version classes are deprecated:DeprecationWarning", # deprecation in pytest-freezegun
"ignore:django.conf.urls.url().*:django.utils.deprecation.RemovedInDjango40Warning",
"ignore:.*is deprecated in favour of new moneyed.l10n.format_money.*",
"ignore:.*invalid escape sequence.*",
]

[tool.coverage.run]
Expand Down

0 comments on commit 4e08672

Please sign in to comment.