diff --git a/src/pytest_docker/__init__.py b/src/pytest_docker/__init__.py index 567ec9f..0787648 100644 --- a/src/pytest_docker/__init__.py +++ b/src/pytest_docker/__init__.py @@ -104,7 +104,7 @@ def str_to_list(arg): @attr.s(frozen=True) class DockerComposeExecutor(object): - _compose_files = attr.ib(convert=str_to_list) + _compose_files = attr.ib(converter=str_to_list) _compose_project_name = attr.ib() def execute(self, subcommand):