pytest-dev / pytest-timeout

MIT License
216 stars 64 forks source link

Fixed PyCharm debugger timeouts #99

Closed monkey-debugger closed 3 years ago

monkey-debugger commented 3 years ago

Fixes #78

It seems like PyCharm changed the module they use (or at least the name).

ramonvermeulen commented 3 years ago

+1

monkey-debugger commented 3 years ago

@flub Could you please review this PR? This will fix the timeouts in the debugger for people using PyCharm.

flub commented 3 years ago

Would really appreciate it if you could follow up with a changelog PR as well!