module 'allure' has no attribute 'severity_level'

出现上述问题执行:
pip show pytest --version
若版本大于5.0,则需执行
pip uninstall pytest-allure-adaptor
pip install allure-pytest
原有:pytest-allure-adaptor兼容pytest版本<5.0;而allure-pytest兼容pytest版本>5.0
module 'allure' has no attribute 'severity_level'
出现上述问题执行:
pip show pytest --version
若版本大于5.0,则需执行
pip uninstall pytest-allure-adaptor
pip install allure-pytest
原有:pytest-allure-adaptor兼容pytest版本<5.0;而allure-pytest兼容pytest版本>5.0