pycharm中使用allure报AttributeError: module 'pytest' has no attribute 'allure'错误

原因可能由于:因为pytest-allure-adaptor库基本被python3放弃了,运行很不友好,所以报错

解决方法:

terminal中先卸载:pip uninstall pytest-allure-adaptor  再安装:pip allure-pytest 

若安装找不到该模块可以去设置那下载

pycharm中使用allure报AttributeError: module 'pytest' has no attribute 'allure'错误

相关文章:

  • 2021-05-17
  • 2021-07-10
  • 2021-12-09
  • 2021-12-20
  • 2021-04-13
  • 2022-01-07
  • 2021-09-02
  • 2021-12-16
猜你喜欢
  • 2022-01-26
  • 2021-06-17
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案