We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5355f commit 669492dCopy full SHA for 669492d
CHANGES.rst
@@ -4,6 +4,10 @@ Changelog
4
Unreleased
5
----------
6
7
+7.1.1
8
+----------
9
+- Address a bug introduced in pytest-bdd 7.1 caused by incorrect pytest version check.
10
+
11
7.1
12
13
- Address compatibility issue with pytest 8.1. `#666 <https://github.com/pytest-dev/pytest-bdd/pull/666>`_
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pytest-bdd"
3
-version = "7.1"
+version = "7.1.1"
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