- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-timeout?expand=0&rev=17
This commit is contained in:
2022-01-06 01:40:39 +00:00
committed by Git OBS Bridge
parent 1ba97f861d
commit c143ac4573
4 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 6 01:39:29 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- 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.
-------------------------------------------------------------------
Thu Nov 5 14:37:31 UTC 2020 - Marketa Machova <mmachova@suse.com>