Skip to content

Commit

Permalink
#103 ignore RemovedInDjango51Warning because they are cause by third …
Browse files Browse the repository at this point in the history
…party libs
  • Loading branch information
ephes committed Aug 22, 2023
1 parent 454cb99 commit c2b42b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ minversion = "6.0"
testpaths = ["tests"]
filterwarnings = [
"ignore::django.utils.deprecation.RemovedInDjango50Warning",
# "ignore::django.utils.deprecation.RemovedInDjango51Warning",
"ignore::django.utils.deprecation.RemovedInDjango51Warning",
"ignore::wagtail.utils.deprecation.RemovedInWagtail60Warning",
"ignore::DeprecationWarning",
]
Expand Down

0 comments on commit c2b42b1

Please sign in to comment.