pytest运行报错 TypeError: attrib() got an unexpected keyword argument 'convert'
attr版本回退
pip install attrs==19.1.0
或者升级pytest(建议)
python -m pip install --upgrade pytest
风雨兼程,前程可待!
attr版本回退
pip install attrs==19.1.0
或者升级pytest(建议)
python -m pip install --upgrade pytest