Skip to content

Commit

Permalink
fix: update pytest 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 7, 2024
1 parent a1c110c commit 5e9cf52
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ DJANGO_SETTINGS_MODULE = "backend.settings.test"
addopts = "--cov=. --cov-config=../pyproject.toml -p no:unraisableexception"
filterwarnings = [
"error",
"ignore:(?s).*Implementing implicit namespace package:DeprecationWarning:pkg_resources",
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:rest_framework_simplejwt",
# wait for pytest-cov to release a version > 4.0.0, see https://github.com/pytest-dev/pytest-xdist/issues/825#issuecomment-1292283870
"ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning",
"ignore:CSR support in pyOpenSSL is deprecated. You should use the APIs in cryptography.:DeprecationWarning:josepy",
]

[tool.coverage.run]
Expand Down

0 comments on commit 5e9cf52

Please sign in to comment.