- Remove python_module macro definition

- Update to 2.0.4:
  * Fix deprecated pytest.mark.optionalhook marker.
- 2.0.3:
  * Remove py dependency. Thanks to @Czaki for reporting.
- 2.0.2:
  * Allow all python versions above 3.7
- 2.0.1:
  * Fix issues with switching to pyproject.toml
    Thanks to @dvzrv and @eltrufas for raising issues and providing fixes.
- 2.0.0:
  * Drop support for python 2.7 and 3.6
  * Add support for python 3.9 and 3.10
  * Introduce pyproject.toml
  * Provide metadata via JSON file
    Thanks to @digitalorder for the PR
- 1.11.0:
  * Provide a session fixture to include metadata in Junit XMLs as property
    tags. Thanks to @sanga for the PR

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-metadata?expand=0&rev=13
This commit is contained in:
2022-11-30 11:18:22 +00:00
committed by Git OBS Bridge
parent 2b9f753a3c
commit c44222b62d
4 changed files with 40 additions and 16 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Nov 30 11:13:54 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python_module macro definition
- Update to 2.0.4:
* Fix deprecated pytest.mark.optionalhook marker.
- 2.0.3:
* Remove py dependency. Thanks to @Czaki for reporting.
- 2.0.2:
* Allow all python versions above 3.7
- 2.0.1:
* Fix issues with switching to pyproject.toml
Thanks to @dvzrv and @eltrufas for raising issues and providing fixes.
- 2.0.0:
* Drop support for python 2.7 and 3.6
* Add support for python 3.9 and 3.10
* Introduce pyproject.toml
* Provide metadata via JSON file
Thanks to @digitalorder for the PR
- 1.11.0:
* Provide a session fixture to include metadata in Junit XMLs as property
tags. Thanks to @sanga for the PR
-------------------------------------------------------------------
Mon Jun 29 11:52:00 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>