Closed
Description
系统版本 (System Version)
linux
gunicorn 版本 (Software version)
20.1.0
发生了什么?预计会发生什么 (What happened? what did you expect to happen?)
pytest
运行测试命令后出现警告
.venv/lib/python3.11/site-packages/pkg_resources/__init__.py:121
.venv/lib/python3.11/site-packages/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API
warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning)
相关日志输出文本 (Relevant log output)
No response
删除pkg_resources 包后
.venv/lib/python3.11/site-packages/gunicorn/config.py:20: in <module>
from gunicorn import __version__, util
.venv/lib/python3.11/site-packages/gunicorn/util.py:25: in <module>
import pkg_resources
E ModuleNotFoundError: No module named 'pkg_resources
当我再删除gunicorn包后
pytest
就没有警告了