Skip to content

Commit

Permalink
fix: change package in ignore
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <[email protected]>
  • Loading branch information
guilhem-barthes committed Oct 8, 2024
1 parent 0fb1699 commit 401217f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DJANGO_SETTINGS_MODULE = "backend.settings.test"
addopts = "--cov=. --cov-config=../pyproject.toml -p no:unraisableexception"
filterwarnings = [
"error",
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:rest_framework_simplejwt",
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:checksumdir",
"ignore:CSR support in pyOpenSSL is deprecated. You should use the APIs in cryptography.:DeprecationWarning:josepy",
]

Expand Down

0 comments on commit 401217f

Please sign in to comment.