allure AttributeError: module 'a
2019-11-06 本文已影响0人
郭欢小哥
如果过程中报错AttributeError: module 'allure' has no attribute 'severity_level'则执行:
pip uninstall pytest-allure-adaptor
pip install allure-pytest
如果过程中报错AttributeError: module 'allure' has no attribute 'severity_level'则执行:
pip uninstall pytest-allure-adaptor
pip install allure-pytest