Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: remove django40 deprecations from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Apr 15, 2024
1 parent ab066b6 commit 1adf804
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 @@ -75,10 +75,9 @@ env = [
filterwarnings = [
"error::DeprecationWarning",
"error::PendingDeprecationWarning",
"ignore:Using a non-boolean value for an isnull lookup is deprecated, use True or False instead.:django.utils.deprecation.RemovedInDjango40Warning",
"ignore: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled.:django.utils.deprecation.RemovedInDjango50Warning",
# following is needed beceause of https://github.com/mozilla/mozilla-django-oidc/pull/371
"ignore:distutils Version classes are deprecated:DeprecationWarning", # deprecation in pytest-freezegun
"ignore:django.conf.urls.url().*:django.utils.deprecation.RemovedInDjango40Warning",
"ignore:.*is deprecated in favour of new moneyed.l10n.format_money.*",
"ignore:.*invalid escape sequence.*",
"ignore:pkg_resources is deprecated as an API:DeprecationWarning",
Expand Down

0 comments on commit 1adf804

Please sign in to comment.