mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-05 13:50:13 +06:00
Remove custom pytest and pluggy (#38589)
Some checks are pending
Self-hosted runner (benchmark) / Benchmark (aws-g5-4xlarge-cache) (push) Waiting to run
Build documentation / build (push) Waiting to run
Slow tests on important models (on Push - A10) / Get all modified files (push) Waiting to run
Slow tests on important models (on Push - A10) / Slow & FA2 tests (push) Blocked by required conditions
Self-hosted runner (push-caller) / Check if setup was changed (push) Waiting to run
Self-hosted runner (push-caller) / build-docker-containers (push) Blocked by required conditions
Self-hosted runner (push-caller) / Trigger Push CI (push) Blocked by required conditions
Secret Leaks / trufflehog (push) Waiting to run
Update Transformers metadata / build_and_package (push) Waiting to run
Some checks are pending
Self-hosted runner (benchmark) / Benchmark (aws-g5-4xlarge-cache) (push) Waiting to run
Build documentation / build (push) Waiting to run
Slow tests on important models (on Push - A10) / Get all modified files (push) Waiting to run
Slow tests on important models (on Push - A10) / Slow & FA2 tests (push) Blocked by required conditions
Self-hosted runner (push-caller) / Check if setup was changed (push) Waiting to run
Self-hosted runner (push-caller) / build-docker-containers (push) Blocked by required conditions
Self-hosted runner (push-caller) / Trigger Push CI (push) Blocked by required conditions
Secret Leaks / trufflehog (push) Waiting to run
Update Transformers metadata / build_and_package (push) Waiting to run
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
0d69fa6dcd
commit
8cfcfe58c0
@ -110,7 +110,6 @@ 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):
|
||||||
|
Loading…
Reference in New Issue
Block a user