pytest-allure-adaptor使用中遇到的问题

参考相关的教程安装的pytest-allure-adaptor运行就报如下的错误

pytest-allure-adaptor使用中遇到的问题

解决的办法:

先卸载:pip uninstall pytest-allure-adaptor

再安装:pip allure-pytest

据说是python3对pytest-allure-adaptor支持不友好

先就这么用着了。

相关文章:

  • 2021-11-16
  • 2021-08-31
  • 2021-09-25
  • 2021-07-04
  • 2021-12-13
  • 2021-09-28
  • 2021-07-04
  • 2021-12-05
猜你喜欢
  • 2021-09-30
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2021-04-28
  • 2022-12-23
相关资源
相似解决方案