-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
CleanTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite
Description
- I have checked that the answer to this question is not present in any other issue, merge request comments, or the documentation.
test_fast.sh is the recommended way to run the test suite in an efficient manner.
However, it is configure to run only on 4 cores? Why?
Many modern computer has more than 4 cores. I would suggest to replace -n 4
to -n0
on the following test_fast.sh line
Line 8 in 65af4ef
pytest pandas --skip-slow --skip-network --skip-db -m "not single_cpu" -n 4 -r sxX "$@" |
@mroeschke was the last to commit on that file (https://github.com/pandas-dev/pandas/blame/main/test_fast.sh) (it case it changes something for triage).
Metadata
Metadata
Assignees
Labels
CleanTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite