首页 > 其他 > 详细

记:no module named "_pytest.resultlog"

时间:2021-02-28 00:00:34      阅读:57      评论:0      收藏:0      [点我收藏+]

技术分享图片

 

 

原因:因为安装了pytest-rerunfailures(这个插件是失败重跑插件),然后导致_pytest.resultlog该模块被删除

结果:不可以pytest-rerunfailures与 pytest 6.1.0以上的版本一起使用。

 

解决办法:
①升级pytest-rerunfailures版本到9.1.1
②卸载pytest-rerunfailures使用pytest-reportlog代替
③降低pytest版本到6.1.0以下

记:no module named "_pytest.resultlog"

原文:https://www.cnblogs.com/QiKa/p/14457269.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!