Closed nknezek closed 4 years ago
As of python-attrs v19.02 , "convert" is not a valid keyword parameter for attr.ib(). Instead, the keyword is now "converter". It throws an error in this package: TypeError: attrib() got an unexpected keyword argument 'convert'
attr.ib()
TypeError: attrib() got an unexpected keyword argument 'convert'
https://github.com/AndreLouisCaron/pytest-docker/blob/7671c88473efc71632a5279266b2b946bd0d3612/src/pytest_docker/__init__.py#L107
As of python-attrs v19.02 , "convert" is not a valid keyword parameter for
attr.ib()
. Instead, the keyword is now "converter". It throws an error in this package:TypeError: attrib() got an unexpected keyword argument 'convert'
https://github.com/AndreLouisCaron/pytest-docker/blob/7671c88473efc71632a5279266b2b946bd0d3612/src/pytest_docker/__init__.py#L107