breezy-electrician-41537
05/06/2024, 3:26 PMpytest -n 4
, it's taking 68 seconds. So it looks like it is doing something concurrent, but is there a way to see what the exact command to pytest was during a pants run?broad-processor-92400
05/06/2024, 10:46 PM--level=debug
and find the logged CLI invocation (https://www.pantsbuild.org/2.20/reference/global-options#level)
• run with --keep-sandboxes=always
and look at the __run.sh
file in the sandbox (https://www.pantsbuild.org/2.21/docs/using-pants/troubleshooting-common-issues#debug-tip-inspect-the-sandbox-with---keep-sandboxes)breezy-electrician-41537
05/06/2024, 11:38 PM