pytest-timeout-bot
pytest-timeout-bot
**[Original report](https://bitbucket.org/pytest-dev/pytest-timeout/issue/18) by Anonymous.** ---------------------------------------- pytest-timeout plugin doesn't work when pytest-rerunfailures is used. Please see a example at the end of this bug report - [ ] `pip list` of...
**[Original report](https://bitbucket.org/pytest-dev/pytest-timeout/issue/33) by Christopher Hunt (Bitbucket: [chrahunt](https://bitbucket.org/chrahunt), GitHub: [chrahunt](https://github.com/chrahunt)).** ---------------------------------------- Currently in Python it's only possible to change your signal disposition on a thread-specific basis using [`signal.pthread_sigmask`](https://docs.python.org/3/library/signal.html#signal.pthread_sigmask). When a test...