Accepting request 998243 from home:bnavigator:branches:devel:languages:python:pytest

- Update to 2.1.0
  * Get terminal width from shutil instead of deprecated py, thanks
    Andrew Svetlov.
  * Add an API for extending ``pytest-timeout`` functionality
    with third-party plugins, thanks Andrew Svetlov.
- Don't test with pytest-cov in Staging: Put Ring1 on coverage diet

OBS-URL: https://build.opensuse.org/request/show/998243
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-timeout?expand=0&rev=18
This commit is contained in:
2022-08-29 11:24:16 +00:00
committed by Git OBS Bridge
parent c143ac4573
commit 1d1f32a723
4 changed files with 29 additions and 14 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Aug 19 18:22:49 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 2.1.0
* Get terminal width from shutil instead of deprecated py, thanks
Andrew Svetlov.
* Add an API for extending ``pytest-timeout`` functionality
with third-party plugins, thanks Andrew Svetlov.
- Don't test with pytest-cov in Staging: Put Ring1 on coverage diet
-------------------------------------------------------------------
Thu Jan 6 01:39:29 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>