jenkins构建时报错module 'pytest' has no attribute 'allure'问题解决

module ‘pytest’ has no attribute ‘allure’
在这里插入图片描述

解决

At first remove old version and install new:
pip uninstall pytest-allure-adaptor
pip install allure-pytest

猜你喜欢

转载自blog.csdn.net/lhh08hasee/article/details/86636957