We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db00244 commit cec07dfCopy full SHA for cec07df
2 files changed
CHANGES.rst
@@ -3,6 +3,10 @@ Changelog
3
4
Unreleased
5
----------
6
+
7
8
+7.3.0
9
+----------
10
- Fix an issue when only the first Step would inject a fixture, while later steps would not be able to.
11
- Test against the latest versions of pytest (8.2, 8.3).
12
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pytest-bdd"
-version = "7.2.0"
+version = "7.3.0"
description = "BDD for pytest"
authors = ["Oleg Pidsadnyi <oleg.pidsadnyi@gmail.com>", "Anatoly Bubenkov <bubenkoff@gmail.com>"]
maintainers = ["Alessio Bogon <778703+youtux@users.noreply.github.com>"]
0 commit comments