pytest-dev / pytest-timeout

MIT License
213 stars 64 forks source link

add `--timeout-disable-debugger-detection` flag #143

Closed michaeljpeters closed 1 year ago

michaeljpeters commented 1 year ago

Useful when running tests in a GitHub Action that executes every time you push.

Also added a marker/ini option for other use cases.

Example Usage: pytest --timeout=3 --timeout-disable-debugger-detection

flub commented 1 year ago

I guess we should remove python 3.6 from the tox config as it's no longer supported so I don't feel like debugging that. So feel free to ignore that error.