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 ...