- update to 3.0.0:

* Group CLI options
  * Switch to Hatch
  * Use `pytest.stash` internally instead of `_metadata`
  * Simplify code

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-metadata?expand=0&rev=17
This commit is contained in:
2023-07-24 19:09:39 +00:00
committed by Git OBS Bridge
parent bce5582148
commit 7e51ee584f
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jul 24 19:09:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.0.0:
* Group CLI options
* Switch to Hatch
* Use `pytest.stash` internally instead of `_metadata`
* Simplify code
-------------------------------------------------------------------
Tue May 9 13:10:34 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>