Skip to content

Commit

Permalink
Merge pull request #743 from ImageMarkup/ignore-more-testing-warnings
Browse files Browse the repository at this point in the history
Ignore additional deprecation warnings
  • Loading branch information
danlamanna authored Aug 9, 2023
2 parents 2f7a397 + e5979fa commit 1ee57cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,8 @@ addopts = --strict-markers --showlocals --verbose
filterwarnings =
# https://github.com/jazzband/django-configurations/issues/190
ignore:the imp module is deprecated in favour of importlib:DeprecationWarning:configurations
# https://github.com/celery/kombu/issues/1339
ignore:SelectableGroups dict interface is deprecated:DeprecationWarning:kombu
# https://foss.heptapod.net/python-libs/passlib/-/issues/148
ignore:'crypt' is deprecated:DeprecationWarning:passlib
# https://github.com/axnsan12/drf-yasg/issues/851
ignore::DeprecationWarning:drf_yasg
ignore::DeprecationWarning:pkg_resources

0 comments on commit 1ee57cf

Please sign in to comment.