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