gentle-dentist-72404
07/20/2022, 9:09 PMpytest-xdist
runs individual tests in parallel but pants seems to only run test files in parallel. We have some big files with a lot of tests, so pants is much worse performance-wise.
Am I missing any configuration options, or is this just the way pants works?bitter-ability-32190
07/20/2022, 9:11 PMwitty-crayon-22786
07/20/2022, 9:23 PMfresh-cat-90827
07/20/2022, 9:41 PMhappy-kitchen-89482
07/21/2022, 2:27 AMambitious-actor-36781
07/21/2022, 5:18 AMtest-xdist
goal that collects all the sources for the selected targets and their dependencies and runs pytest on them w/ xdist installed?test
goal against changed targets in dev, and your test-xdist goal in CICDhappy-kitchen-89482
07/21/2022, 5:54 AMtest
and getting caching right