- update to 7.3.0:

* Fix an issue when only the first Step would inject a fixture,
    while later steps would not be able to.
  * Test against the latest versions of pytest (8.2, 8.3).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-bdd?expand=0&rev=27
This commit is contained in:
2024-10-01 13:36:30 +00:00
committed by Git OBS Bridge
parent a7b105dbc5
commit 9a01447ae3
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 1 13:36:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 7.3.0:
* Fix an issue when only the first Step would inject a fixture,
while later steps would not be able to.
* Test against the latest versions of pytest (8.2, 8.3).
-------------------------------------------------------------------
Fri Jun 7 07:00:46 UTC 2024 - Dirk Müller <dmueller@suse.com>