- Added timeout --signal=INT to pytest runs on Python 3.13 - This will interrupt hanging tests and provide full traceback - Added extra debugging steps for Python 3.13 to isolate the issue: - Test collection only with timeout - Run single simple test with timeout - Reference: https://youtu.be/QRywzsBftfc (debugging hanging tests) - Will help identify if hanging occurs during collection or execution