Skip to content

Commit

Permalink
#104 remove only relevant deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Sep 4, 2023
1 parent 4145bd7 commit 16b884e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@ DJANGO_SETTINGS_MODULE = "tests.settings"
minversion = "6.0"
testpaths = ["tests"]
filterwarnings = [
"ignore::django.utils.deprecation.RemovedInDjango50Warning",
"ignore::django.utils.deprecation.RemovedInDjango51Warning",
"ignore::wagtail.utils.deprecation.RemovedInWagtail60Warning",
"ignore::DeprecationWarning",
"ignore::PendingDeprecationWarning",
]
addopts = [
"-ra",
Expand Down

0 comments on commit 16b884e

Please sign in to comment.