Este error ocurrió durante la prueba automatizada de un proyecto de Python en el servidor de CI usando pytest
. Estoy usando pytest==4.0.2
. Este error solo comenzó a ocurrir, las canalizaciones anteriores parecen funcionar bien.
El error completo:
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'