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.