Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pytest-bdd to v7 #1807

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-bdd (source) 6.1.1 -> 7.0.0 age adoption passing confidence

Release Notes

pytest-dev/pytest-bdd (pytest-bdd)

v7.0.0

Compare Source

  • ⚠️ Backwards incompatible: - parsers.re now does a fullmatch <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. #&#8203;539 <https://github.com/pytest-dev/pytest-bdd/pull/539>_
  • Drop python 3.7 compatibility, as it's no longer supported. #&#8203;627 <https://github.com/pytest-dev/pytest-bdd/pull/627>_
  • Declare official support for python 3.12 #&#8203;628 <https://github.com/pytest-dev/pytest-bdd/pull/628>_
  • Improve parser performance by 15% #&#8203;623 <https://github.com/pytest-dev/pytest-bdd/pull/623>_ by @dcendents <https://github.com/dcendents>_
  • Add support for Scenarios and Scenario Outlines to have descriptions. #&#8203;600 <https://github.com/pytest-dev/pytest-bdd/pull/600>_

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the packaging Updates to packaging (dependencies, etc) label Oct 10, 2023
@renovate renovate bot requested review from micahellison and wren October 10, 2023 21:20
@musicinmybrain
Copy link
Contributor

In case it’s helpful, I just tested out jrnl 4.0.1 with pytest-bdd 7.0.0 in Fedora Linux in preparation for updating the python-pytest-bdd package, and I did not observe any regressions in jrnl either.

@micahellison
Copy link
Member

In case it’s helpful, I just tested out jrnl 4.0.1 with pytest-bdd 7.0.0 in Fedora Linux in preparation for updating the python-pytest-bdd package, and I did not observe any regressions in jrnl either.

That is helpful. Thank you!

@renovate renovate bot force-pushed the renovate/pytest-bdd-7.x-lockfile branch from 9d3d13f to 95908ff Compare October 29, 2023 16:04
@micahellison micahellison merged commit 69e098d into develop Oct 29, 2023
10 checks passed
@micahellison micahellison deleted the renovate/pytest-bdd-7.x-lockfile branch October 29, 2023 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packaging Updates to packaging (dependencies, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants