avast / pytest-docker

Docker-based integration tests
MIT License
427 stars 71 forks source link

attr.ib() no longer accepts "convert" but "converter" instead #39

Closed nknezek closed 4 years ago

nknezek commented 5 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'

https://github.com/AndreLouisCaron/pytest-docker/blob/7671c88473efc71632a5279266b2b946bd0d3612/src/pytest_docker/__init__.py#L107