From e98ba885dacb848e0c9c04317c47229e52236de3 Mon Sep 17 00:00:00 2001 From: The Linux Company Date: Sun, 27 Jul 2025 15:31:54 +0530 Subject: [PATCH] contributing codebase is revised --- doc/source/development/contributing_codebase.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/source/development/contributing_codebase.rst b/doc/source/development/contributing_codebase.rst index 73bc756de9302..c8f8c0ea34047 100644 --- a/doc/source/development/contributing_codebase.rst +++ b/doc/source/development/contributing_codebase.rst @@ -767,9 +767,6 @@ install pandas) by typing:: if run in parallel. As long as you can import pandas from your locally built version, your installation is probably fine and you can start contributing! -Often it is worth running only a subset of tests first around your changes before running the -entire suite. - The easiest way to do this is with:: pytest pandas/path/to/test.py -k regex_matching_test_name