Skip to content

Commit

Permalink
Ignore deprecation warning from third party package
Browse files Browse the repository at this point in the history
django-environ is throwing a deprecation warning; we can't do anything
about this, so ignore it. Unfortunately we have to pin to a older
version of django-environ because if an issue with reading secret
keys with a hash in them, so hopefully they will fix it before we
need to switch to python 3.14.
  • Loading branch information
amstilp committed May 23, 2024
1 parent 2af42de commit 9fbde64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ python_files = tests.py test_*.py
filterwarnings =
# Convert all warnings to errors.
error
ignore:'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14:DeprecationWarning

0 comments on commit 9fbde64

Please sign in to comment.