From 8463cc244036cfff5a6d200afc0315050fb22ab0 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 3 Dec 2024 13:05:58 -0500 Subject: [PATCH] [Doc] Add contributor docs on installing vllm_test_utils Since #10659 (commit 334d64d1), you need to install the `vllm_test_utils` package before running the unit tests. Signed-off-by: Mark McLoughlin --- docs/source/contributing/overview.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/contributing/overview.rst b/docs/source/contributing/overview.rst index 4cea0afdaea74..18fbecf7f21e8 100644 --- a/docs/source/contributing/overview.rst +++ b/docs/source/contributing/overview.rst @@ -34,6 +34,7 @@ Testing # Static type checking mypy # Unit tests + pip install -e tests/vllm_test_utils pytest tests/ .. note:: Currently, the repository does not pass the ``mypy`` tests.