From d7e4d80f879868dfcc631ccbde0cea22aecf5aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 19 Apr 2023 17:53:39 -0700 Subject: [PATCH] MAINT: ignoring pip deprecation issued for old pythons --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 1090973..b2013c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,6 +48,8 @@ filterwarnings = ignore:The alias 'sphinx\.util\.progress_message' is deprecated ignore:Deprecated call to.*pkg_resources\.declare_namespace:DeprecationWarning ignore:.*suffix for Jinja templates is deprecated + # pip 23.1 issue: + ignore:pkg_resources is deprecated as an API:DeprecationWarning [flake8] max-line-length = 125