最佳答案
此错误发生在使用 pytest
在 CI 服务器上自动测试 python 项目期间。我用的是 pytest==4.0.2
。这个错误才刚刚开始发生,以前的管道似乎工作得很好。
完全错误:
File "/usr/local/lib/python3.7/site-packages/_pytest/tmpdir.py", line 35, in TempPathFactory
lambda p: Path(os.path.abspath(six.text_type(p)))
TypeError: attrib() got an unexpected keyword argument 'convert'