Update dependency pytest_bdd to v8 #4099
Closed
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:
^5
->^8.0.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
.v7.3.0
Compare Source
v7.2.0
Compare Source
v7.1.2
Compare Source
#​680 <https://github.com/pytest-dev/pytest-bdd/pull/680>
_v7.1.1
v7.1
#​680 <https://github.com/pytest-dev/pytest-bdd/pull/680>
_v7.0.1
Compare Source
pytest_unconfigure
is called beforepytest_configure
.#​362 <https://github.com/pytest-dev/pytest-bdd/issues/362>
_#​641 <https://github.com/pytest-dev/pytest-bdd/pull/641>
_v7.0.0
Compare Source
parsers.re
now does afullmatch <https://docs.python.org/3/library/re.html#re.fullmatch>
_ instead of a partial match. This is to make it work just like the other parsers, since they don't ignore non-matching characters at the end of the string.#​539 <https://github.com/pytest-dev/pytest-bdd/pull/539>
_#​627 <https://github.com/pytest-dev/pytest-bdd/pull/627>
_#​628 <https://github.com/pytest-dev/pytest-bdd/pull/628>
_#​623 <https://github.com/pytest-dev/pytest-bdd/pull/623>
_ by@dcendents <https://github.com/dcendents>
_#​600 <https://github.com/pytest-dev/pytest-bdd/pull/600>
_v6.1.1
Compare Source
pytest_bdd_after_scenario
hook would be called after every step instead of after the scenario.#​577 <https://github.com/pytest-dev/pytest-bdd/pull/577>
_v6.1.0
Compare Source
#​534 <https://github.com/pytest-dev/pytest-bdd/pull/534>
_converters
andtarget_fixture
every at every application.#​534 <https://github.com/pytest-dev/pytest-bdd/pull/534>
_#​544 <https://github.com/pytest-dev/pytest-bdd/pull/544>
_#​525 <https://github.com/pytest-dev/pytest-bdd/issues/525>
_#​534 <https://github.com/pytest-dev/pytest-bdd/pull/534>
_step
decorator that will be used for all kind of steps#​548 <https://github.com/pytest-dev/pytest-bdd/pull/548>
_stacklevel
param togiven
,when
,then
,step
decorators. This allows for programmatic step generation#​548 <https://github.com/pytest-dev/pytest-bdd/pull/548>
_#​557 <https://github.com/pytest-dev/pytest-bdd/pull/557>
_.#​559 <https://github.com/pytest-dev/pytest-bdd/issues/559>
_#​563 <https://github.com/pytest-dev/pytest-bdd/pull/563>
_.bdd_features_base_dir
is interpreted as relative to thepytest root directory <https://docs.pytest.org/en/latest/reference/customize.html#rootdir>
_ (previously it was relative to the current working directory).#​573 <https://github.com/pytest-dev/pytest-bdd/pull/573>
_v6.0.1
Compare Source
#​530 <https://github.com/pytest-dev/pytest-bdd/pull/530>
_#​528 <https://github.com/pytest-dev/pytest-bdd/issues/528>
_v6.0.0
Compare Source
This release introduces breaking changes in order to be more in line with the official gherkin specification.
#​469 <https://github.com/pytest-dev/pytest-bdd/pull/469>
_#​490 <https://github.com/pytest-dev/pytest-bdd/pull/490>
_#​492 <https://github.com/pytest-dev/pytest-bdd/pull/492>
_#​493 <https://github.com/pytest-dev/pytest-bdd/pull/493>
_#​495 <https://github.com/pytest-dev/pytest-bdd/pull/495>
_#​504 <https://github.com/pytest-dev/pytest-bdd/issues/504>
_#​503 <https://github.com/pytest-dev/pytest-bdd/issues/503>
_#​499 <https://github.com/pytest-dev/pytest-bdd/pull/499>
_#​505 <https://github.com/pytest-dev/pytest-bdd/pull/505>
_pytest_bdd.parsers.StepParser
now is an Abstract Base Class. Subclasses must make sure to implement the abstract methods. (youtux)#​505 <https://github.com/pytest-dev/pytest-bdd/pull/505>
_#​524 <https://github.com/pytest-dev/pytest-bdd/pull/524>
_.Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.