fix(deps): update dependency pytest-bdd to v8 #863
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~=7.0
->~=8.0
Release Notes
pytest-dev/pytest-bdd (pytest-bdd)
v8.0.0
Compare Source
Added
+++++
Keywords <https://cucumber.io/docs/gherkin/reference/#keywords>
_ for permitted list).# language: <language>
directive at the beginning of the file.Rule <https://cucumber.io/docs/gherkin/reference/#rule>
_)*
) instead ofAnd
/But
supported.datatable
argument for steps that contain a datatable (seeData Tables <https://cucumber.io/docs/gherkin/reference/#data-tables>
_).docstring
argument for steps that contain a docstring (seeDoc Strings <https://cucumber.io/docs/gherkin/reference/#doc-strings>
_).Changed
+++++++
Changelog format updated to follow
Keep a Changelog <https://keepachangelog.com/en/1.1.0/>
_.Text after the
#
character is no longer stripped from the Scenario and Feature name.Since the 7.x series:
gherkin-official <https://pypi.org/project/gherkin-official/>
_ parser, replacing the custom parsing logic. This will make pytest-bdd more compatible with the Gherkin specification.Feature:
to be considered valid.@tag one
and@tag two
are no longer valid).#
character is no longer stripped from the Step name.Removed
+++++++
Dropped support for python 3.8. Supported python versions: 3.9, 3.10, 3.11, 3.12, 3.13.
Since the 7.x series:
Fixed
+++++
Since the 7.x series:
--gherkin-terminal-reporter
needs to be used with-v
or-vv
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.