From 97677b2998fb7b499674638b05cccf8c9d71366e Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Tue, 25 Apr 2023 20:06:00 +0400 Subject: [PATCH] Ignored pkg_resources deprecation warnings This is to fix failing CI. Should actually be fixed in django-polymorphic where pkg_resources is used. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index c9d88f15..d3ea5ebc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,6 +65,9 @@ filterwarnings = error::PendingDeprecationWarning # Remove when DRF is not depending on it anymore ignore:The django.utils.timezone.utc alias is deprecated. + # can be removed once fixed in django polymorphic + ignore:pkg_resources is deprecated as an API + ignore:Deprecated call to `pkg_resource testpaths = example tests