Skip to content

Commit

Permalink
[Doc] Add contributor docs on installing vllm_test_utils
Browse files Browse the repository at this point in the history
Since #10659 (commit 334d64d), you need to install the
`vllm_test_utils` package before running the unit tests.

Signed-off-by: Mark McLoughlin <[email protected]>
  • Loading branch information
markmc committed Dec 3, 2024
1 parent 2f2cdc7 commit 8463cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/contributing/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8463cc2

Please sign in to comment.