This error occurred during automated testing of a python project on the CI server using pytest
. I'm using pytest==4.0.2
. This error only just started to occur, previous pipelines seem to work fine.
The full error:
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'