Uncommenting -n=2 means that the tests will be distributed across two worker threads using pytest-xdist. This is causing the debugger to "not" hit the breakpoint in my test. That said, I think it is ...
When doing something that launches a command in a new terminal (e.g. pressing the debug button on a test as I was doing right now), the env activation command seems to block execution of the launch. I ...