We write python test scripts with long run times, so we try to enable our scripts to handle errors that arise automatically and proceed. I have to include in my overall test flow a script that I have no control over, which initiates python debugger when it hits an error. This results in the whole test script halting to wait for user input.
Is there a way to call a script that prevents it from falling into pdb when it hits an error, even if that script is trying to engage the debugger?