def pytest_configure(config): config._metadata['测试项目'] = "自动化用例" config._metadata['测试地址'] = get__host() 执行 python -m pytest 直接报错: 函数报错 INTERNALERROR> AttributeError: 'Config' object has no attribute '_metadata' 大佬看看如何解决,google 了有网友同样的问题,但是没有解决办法 config, 报错, attribute
参考 https://github.com/pytest-dev/pytest-html/issues/506 pytest-metadata 降级到 2.0.4 python -m pytest pip install pytest-metadata==2.0.4