Files
wehub-resource-sync eec33d25b2
pre-commit / pre-commit (push) Failing after 1s
Build Wheel / build (3.11) (push) Failing after 1s
Build Wheel / build (3.12) (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:29:08 +08:00

11 lines
510 B
Python

# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM-Omni project
"""Reserved for model_executor-only hooks.
vLLM custom-op bootstrap runs in the root :file:`tests/conftest.py` (at import
time, before ``pytest_plugins``) so it always precedes any test module imports.
A subdirectory :func:`pytest_configure` hook can be too late when pytest
collects other packages first, which re-triggers
``vllm::flashinfer_rotary_embedding``-style duplicate registrations.
"""