Skip to content

Commit

Permalink
Merge pull request #148 from girder/app-config-warning
Browse files Browse the repository at this point in the history
Ignore upstream package warnings from Django 3.2
  • Loading branch information
brianhelba authored Apr 9, 2021
2 parents 3a2882a + 8686723 commit 850c51e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{ cookiecutter.project_slug }}/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ DJANGO_SETTINGS_MODULE = {{ cookiecutter.pkg_name }}.settings
DJANGO_CONFIGURATION = TestingConfiguration
addopts = --strict-markers --showlocals --verbose
filterwarnings =
ignore:.*default_app_config*.:django.utils.deprecation.RemovedInDjango41Warning
ignore::DeprecationWarning:minio
ignore::DeprecationWarning:configurations
ignore::django.utils.deprecation.RemovedInDjango40Warning:oauth2_provider
Expand Down

0 comments on commit 850c51e

Please sign in to comment.