File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ filterwarnings = [
3434 " ignore:^FileFinder.find_loader\\ (\\ ) is deprecated and slated for removal in Python 3.12; use find_spec\\ (\\ ) instead$:DeprecationWarning:importlib" ,
3535 " ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pkg_resources" ,
3636 " ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pyramid" ,
37+ " ignore:^pkg_resources is deprecated as an API:UserWarning:pyramid" ,
3738 " ignore:^Deprecated call to .pkg_resources\\ .declare_namespace\\ ('.*'\\ ).\\ .:DeprecationWarning:pkg_resources" ,
3839 " ignore:^'cgi' is deprecated and slated for removal in Python 3\\ .13$:DeprecationWarning:webob" ,
3940 " ignore:^datetime\\ .datetime\\ .utcnow\\ (\\ ) is deprecated and scheduled for removal in a future version\\ .:DeprecationWarning" ,
You can’t perform that action at this time.
0 commit comments