Home > Mobile >  Python pytest allure in the module & # x27; Allure & # x27; Has no attribute & # x27; Severity_level
Python pytest allure in the module & # x27; Allure & # x27; Has no attribute & # x27; Severity_level

Time:09-26

CodePudding user response:

If an error in the process of AttributeError: module 'allure has no attribute' severity_level,
It is probably because you've installed the allure - pytest low version, need to uninstall and install a new edition;

Command is as follows:
PIP uninstall pytest allure - adaptor
PIP install allure - pytest

Tell us the problem, often need to focus on their common library file if there is a major update, generally can be upgraded to solve such compatibility problems

CodePudding user response:

Thank you, bosses to lead the way,
  • Related