Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 5, 2023
1 parent 626b7c3 commit 724a8a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ addopts =

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


[coverage:run]
Expand Down

0 comments on commit 724a8a8

Please sign in to comment.