问题遇到的现象和发生背景
在jenkies运行allure 测试报告 报错 提示‘AttributeError: module 'allure' has no attribute 'severity_level'’ 但是测试报告能生成查看到 在别的地方查到 需要 pip uninstall pytest-allure-adaptor 但是 我卸载了之后 就运行不了了 一直卡着 我在本地用命令可以打开测试报告 没有出错。
在jenkies运行allure 测试报告 报错 提示‘AttributeError: module 'allure' has no attribute 'severity_level'’ 但是测试报告能生成查看到 在别的地方查到 需要 pip uninstall pytest-allure-adaptor 但是 我卸载了之后 就运行不了了 一直卡着 我在本地用命令可以打开测试报告 没有出错。
pip install pytest-allure-adaptor
pip uninstall pytest-allure-adaptor