From c6a4bffb49f822751be2ce810476d16cea7a862c Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sat, 24 Sep 2022 14:14:50 +0200 Subject: [PATCH 1/2] Make the package PEP 561 compatible... ... by adding the `py.typed` file. --- CHANGES.rst | 2 ++ src/pytest_bdd/py.typed | 0 2 files changed, 2 insertions(+) create mode 100644 src/pytest_bdd/py.typed diff --git a/CHANGES.rst b/CHANGES.rst index 8cd2518..b65882e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,8 @@ Unreleased - Add generic ``step`` decorator that will be used for all kind of steps `#548 `_ - Add ``stacklevel`` param to ``given``, ``when``, ``then``, ``step`` decorators. This allows for programmatic step generation `#548 `_ - Hide pytest-bdd internal method in user tracebacks `#557 `_. +- Make the package PEP 561-compatible `#559 `_. + 6.0.1 ----- diff --git a/src/pytest_bdd/py.typed b/src/pytest_bdd/py.typed new file mode 100644 index 0000000..e69de29 From b5b3d18e0fb18364d91e4cd0bddcce4b9255e76c Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sat, 24 Sep 2022 19:18:11 +0200 Subject: [PATCH 2/2] Add link to PR --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index b65882e..7e74497 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,7 +11,7 @@ Unreleased - Add generic ``step`` decorator that will be used for all kind of steps `#548 `_ - Add ``stacklevel`` param to ``given``, ``when``, ``then``, ``step`` decorators. This allows for programmatic step generation `#548 `_ - Hide pytest-bdd internal method in user tracebacks `#557 `_. -- Make the package PEP 561-compatible `#559 `_. +- Make the package PEP 561-compatible `#559 `_ `#563 `_. 6.0.1