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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-timeout?expand=0&rev=22
This commit is contained in:
2023-11-07 20:14:51 +00:00
committed by Git OBS Bridge
parent e11dee1e77
commit 26b5b24344
4 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 7 20:11:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.2.0:
* Update _validate_func_only to return None so it can utilize the
environment
* Add --timeout-disable-debugger-detection flag
-------------------------------------------------------------------
Fri Apr 21 12:32:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -29,7 +37,7 @@ Thu Jan 6 01:39:29 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
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.
* 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>
@@ -67,7 +75,7 @@ Wed Nov 21 14:20:15 UTC 2018 - Enno Gotthold <egotthold@suse.com>
Wed Sep 19 09:59:42 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
- version update to 1.3.2
* Fix deprecation warning on Python 3.6.
* Fix deprecation warning on Python 3.6.
* Fix pytest 3.7.3 compatibility.
-------------------------------------------------------------------