[Temporary] Log some information in some pytest/pluggy internal places (#37996)

log pytest info

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2025-05-09 11:06:37 +02:00
committed by GitHub
parent a72cb31434
commit 66e696ee15

View File

@@ -110,6 +110,7 @@ class CircleCIJob:
print(f"Using {self.docker_image} docker image") print(f"Using {self.docker_image} docker image")
if self.install_steps is None: if self.install_steps is None:
self.install_steps = ["uv venv && uv pip install ."] self.install_steps = ["uv venv && uv pip install ."]
self.install_steps.append("uv venv && uv pip install git+https://github.com/ydshieh/pytest.git@8.3.5-ydshieh git+https://github.com/ydshieh/pluggy.git@1.5.0-ydshieh")
if self.pytest_options is None: if self.pytest_options is None:
self.pytest_options = {} self.pytest_options = {}
if isinstance(self.tests_to_run, str): if isinstance(self.tests_to_run, str):