Is there a way to advise pytest-docker to spin up just a subset of all the services declared in the docker-compose.yml?
e.g. the same as the command equivalent:
docker compose -f docker-compose.yml up --build mock1 mock2
(when there might be also mock3 mock4... declared in docker-compose.yml)