johnmakarov

Results 1 comments of johnmakarov

Welcome! Im getting the same error message. The error occurs due to pytest-celery, which internally uses pytest-docker-tools. In pytest-docker-tools, the file [plugin.py](https://github.com/Jc2k/pytest-docker-tools/blob/main/pytest_docker_tools/plugin.py) contains the following hook: ``` @pytest.hookimpl(tryfirst=True, hookwrapper=True) def...