From 401217f803a9da4d52552fa0ef96b7556ce38d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Barth=C3=A9s?= Date: Tue, 8 Oct 2024 12:45:35 +0200 Subject: [PATCH] fix: change package in ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guilhem Barthés --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 809b30c6a..e90538a20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]