前言
最近在运行pytest的时候,经常出现这个警告DeprecationWarning: pkg_resources is deprecated as an API
See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import iter_entry_points
从警告上看是方法被弃用,肯定是因为新版弃用了旧版的语法。
遇到问题
执行pytest用例出现警告
D:\pycharm\PyCharm 2020.1.5\plugins\python\helpers\pycharm\_jb_pytest_runner.py:7: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
from pkg_resources import iter_entry