diff --git a/src/python/pants/backend/python/goals/pytest_runner.py b/src/python/pants/backend/python/goals/pytest_runner.py index 2bfd6ca6cce..96f06111be6 100644 --- a/src/python/pants/backend/python/goals/pytest_runner.py +++ b/src/python/pants/backend/python/goals/pytest_runner.py @@ -446,6 +446,8 @@ async def setup_pytest_for_target( run_description = request.field_sets[0].address.spec if len(request.field_sets) > 1: run_description = f"batch of {run_description} and {len(request.field_sets)-1} other files" + logger.info(f"{run_description} contains:\n" + "\n".join(f" {field_set.address.spec}" for field_set in request.field_sets)) + process = await Get( Process, VenvPexProcess(