Skip to content

Commit

Permalink
Silence pytest warnings (#2326)
Browse files Browse the repository at this point in the history
* Silence pytest warnings

* Fix tests
  • Loading branch information
sobolevn authored Sep 5, 2023
1 parent 2f36712 commit 6507860
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions {{cookiecutter.project_name}}/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ addopts =
--cov-report=xml
--cov-fail-under=100

# TODO: get rid of these warnings in our code:
filterwarnings =
ignore::django.utils.deprecation.RemovedInDjango50Warning
ignore::django.utils.deprecation.RemovedInDjango51Warning


[coverage:run]
# Coverage configuration:
Expand Down

0 comments on commit 6507860

Please sign in to comment.