如图所示:

原因:连接不上pytest官方源库

解决方式:连接国内的镜像源库,比如阿里源库

pip install pytest -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com

更多推荐