- update to 0.12.1:

* Fixed compatibility with upcoming pytest 8.1.x.  (#125).
  * Python 3.12 is now officially supported (#113).
  * Added typing support (#115).
  * SubTests can be imported from pytest_subtests to type-
    annotate the subtests fixture.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subtests?expand=0&rev=21
This commit is contained in:
2024-03-25 15:01:45 +00:00
committed by Git OBS Bridge
parent 92e32f63f2
commit 3e4d744e85
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 25 15:00:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.12.1:
* Fixed compatibility with upcoming pytest 8.1.x. (#125).
* Python 3.12 is now officially supported (#113).
* Added typing support (#115).
* SubTests can be imported from pytest_subtests to type-
annotate the subtests fixture.
-------------------------------------------------------------------
Wed May 31 19:44:46 UTC 2023 - Dirk Müller <dmueller@suse.com>