因为最新的pytest 支持*.josn的用例报告,卸载旧的模块使用新的即可:
需要移除旧模块:pip uninstall pytest-allure-adaptor,
并安装:pip install allure-pytest,并把pytest升到最新:pip install -U pytest