From 58d82d6268c52068997d1eedaa9b962419d004dd Mon Sep 17 00:00:00 2001 From: Pravin Kamble Date: Sun, 7 Dec 2025 19:19:47 +0530 Subject: [PATCH] Updated Testing section from Contributing.md --- docs/community/contributing.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/community/contributing.md b/docs/community/contributing.md index 797bf72e3..511e54727 100644 --- a/docs/community/contributing.md +++ b/docs/community/contributing.md @@ -75,8 +75,7 @@ To run the tests, clone the repository, and then: # Setup the virtual environment python3 -m venv env source env/bin/activate - pip install -e . - pip install -r requirements.txt + pip install -e .[testing,optional,packaging] # Run the tests ./runtests.py