AttributeError: module 'allure' has no attribute 'severity_level' 解决

安装了 pytest-allure-adaptor 后,执行测试用例报错:AttributeError: module 'allure' has no attribute 'severity_level'

原因:

因为之前已经安装了 allure-pytest

解决:

卸载 pytest-allure-adaptor

pip uninstall pytest-allure-adaptor
pip install allure-pytest

posted @ 2021-03-02 18:09  随风飘-挨刀刀  阅读(2368)  评论(0编辑  收藏  举报
Top