From 8cfcfe58c0067c9c78b01ae882f4be0abe885cf4 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Thu, 5 Jun 2025 10:23:40 +0200 Subject: [PATCH] Remove custom pytest and pluggy (#38589) Co-authored-by: ydshieh --- .circleci/create_circleci_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/create_circleci_config.py b/.circleci/create_circleci_config.py index 0ec793a66de..9d0b3101d1f 100644 --- a/.circleci/create_circleci_config.py +++ b/.circleci/create_circleci_config.py @@ -110,7 +110,6 @@ class CircleCIJob: print(f"Using {self.docker_image} docker image") if self.install_steps is None: 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: self.pytest_options = {} if isinstance(self.tests_to_run, str):