Skip to content

Commit

Permalink
Remove unnecessary warnings filters
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Mar 22, 2024
1 parent 8b3152d commit 9f02ed2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ markers = ["integration: mark a test as an integration test."]
filterwarnings = [
# We already fixed this, so we only need to remove this ignore with next major version of factory boy
"ignore:.*Factory._after_postgeneration will stop saving the instance:DeprecationWarning",
"ignore:SelectableGroups dict interface is deprecated:DeprecationWarning",
"ignore:The USE_L10N setting is deprecated:django.utils.deprecation.RemovedInDjango50Warning",
"ignore:'cgi' is deprecated:DeprecationWarning",
]
timeout = 60
Expand Down

0 comments on commit 9f02ed2

Please sign in to comment.