在使用CI对CI服务器上的python项目进行自动化测试期间,发生了此错误pytest
。我正在使用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'
请添加您的代码或准备最少的示例。
—
Artem Vovsia