Accepting request 974339 from home:mcalabkova:branches:devel:languages:python:pytest

- Update to 2.0.1
  * This version supports pytest 4.0 to 6.2 on Python 3.6 to 3.10
  * Support list/tuple argnames for mark.parametrize
  * Made markers consistent with pytest's defaults

OBS-URL: https://build.opensuse.org/request/show/974339
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-describe?expand=0&rev=3
This commit is contained in:
2022-05-02 11:50:36 +00:00
committed by Git OBS Bridge
parent 07d7202219
commit 8d7e1ad329
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon May 2 08:00:02 UTC 2022 - Markéta Machová <mmachova@suse.com>
- Update to 2.0.1
* This version supports pytest 4.0 to 6.2 on Python 3.6 to 3.10
* Support list/tuple argnames for mark.parametrize
* Made markers consistent with pytest's defaults
-------------------------------------------------------------------
Sat Aug 8 05:11:26 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>