3cadcbe9c0
- update to 2.4.0: * Detect debuggers registered with sys.monitoring. * Make it clear the timeout message comes from pytest-timeout.
Dirk Mueller2025-09-05 08:43:26 +00:00
ec40c68af5
- update to 2.3.1: * Fixup some build errors, mostly README syntax which stopped twine from uploading. * Fix debugger detection for recent VSCode, this compiles pydevd using cython which is now correctly detected. * Switched to using Pytest's `TerminalReporter instead of writing directly to sys.{stdout,stderr}. * This change also switches all output from sys.stderr to sys.stdout. * Pytest 7.0.0 is now the minimum supported version. * Add --session-timeout option and session_timeout` setting.
Dirk Mueller2024-03-16 13:03:24 +00:00
8645f50fe8
Accepting request 1124096 from devel:languages:python:pytest
Ana Guerrero2023-11-08 21:17:14 +00:00
26b5b24344
- update to 2.2.0: * Update _validate_func_only to return None so it can utilize the environment * Add --timeout-disable-debugger-detection flag * Dropped support for Python 2, minimum pytest version upported is 5.0.0. * Fix deprecation warning on Python 3.6.
Dirk Mueller2023-11-07 20:14:51 +00:00
c143ac4573
- Update to 2.0.2: * Fix debugger detection on OSX, thanks Alexander Pacha. * Fix Python 2 removal, thanks Nicusor Picatureanu. * Increase pytest requirement to >=5.0.0. Thanks Dominic Davis-Foster. * Use thread timeout method when plugin is not called from main thread to avoid crash. * Fix pycharm debugger detection so timeouts are not triggered during debugger usage. * Dropped support for Python 2, minimum pytest version upported is 5.0.0.
Steve Kowalik2022-01-06 01:40:39 +00:00
7c5414c2aa
- Update to 1.3.4: * upstream moved to github * support newer pytest releases - Drop merged patch pytest4.patch
Tomáš Chvátal
2020-01-09 08:35:22 +00:00