Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2025

Bumps allure-python-commons from 2.13.5 to 2.14.2.

Release notes

Sourced from allure-python-commons's releases.

2.14.2

This release fixes a couple of issues with Allure Behave.

🐞 Bug Fixes

  • extra test results generated after consecutive in-process runs of Behave (#858, via #860) - @​delatrie
  • AttributeError is raised if Allure Behave is set up via AllureHooks (#629, via #860) - @​delatrie

👀 Links

Commits since 2.14.1

2.14.1

👀 Links

Commits since 2.14.0

2.14.0

🚀 New Features

  • allure-pytest-bdd: the Allure API is now fully supported (implements #726 via #845) - @​delatrie
  • allure-pytest-bdd: expected failures (xfail) are supported (via #845) - @​delatrie
  • allure-pytest-bdd: steps can be renamed at runtime with @allure.title (implements #737 via #845) - @​delatrie
  • allure-pytest-bdd: gherkin tags are converted to test result tags (via #845) - @​delatrie
  • allure-pytest-bdd: fill test result descriptions from feature and scenario descriptions (via #845) - @​delatrie
  • allure-pytest-bdd: convert data tables and doc strings to attachments (implements #844 via #845) - @​delatrie
  • allure-pytest-bdd: lint templates are supported via the --allure-link-pattern CLI argument. The syntax is similar to allure-pytest (via #845) - @​delatrie
  • commons: enable type checking for allure and allure_commons packages (implements #731 via #850) - @​delatrie
  • commons: add type annotations for allure.step (implements #759 and #828 # via #830) - @​starod00m

🔬 Improvements

  • allure-pytest-bdd: unexpected errors make tests and steps broken instead of failed (via #845) - @​delatrie
  • allure-pytest-bdd: pytest parameters of a test are now not duplicated in the test's name (via #845) - @​delatrie

🐞 Bug Fixes

  • commons: invalid SVG media type in allure.attachment_type.SVG (#840; fixed via #841) - @​harmin-parra
  • allure-pytest-bdd: invalid test results are generated for scenarios with pytest parameters (#655; fixed via #845) - @​delatrie
  • allure-pytest-bdd: a skipped teardown overwrite the test's status (fixed via #845) - @​delatrie
  • commons: cleaning the Allure Resuts directory causes FileNotFoundError when running in a parallel environment (#807; fixed via #809) - @​hokor

⬆️ Dependency Updates

  • allure-pytest-bdd: drop the official support for pytest-bdd 3 and 4 (via #849) - @​delatrie
  • commons: drop the official support for Python 3.7 - @​delatrie

📖 Documentation improvements

... (truncated)

Commits
  • 3cd731a fix(behave): add cleanup; fix invalid call from AllureHooks (#860)
  • 68bbafe Set the correct detail message for passed steps (fix #835) (#853)
  • 04a9655 fix(pytest-bdd): compatibility with pytest-bdd 5 and 6 (#851)
  • 3ea25a2 feat(commons): enable typecheck for Allure API (#850)
  • 4c34305 deps(pytest-bdd): require pytest-bdd>=5.0.0 (via #849)
  • e9003d0 chore(commons): tiny fixes of step type checking (#846)
  • d5a7a20 Add typehints for step func returning types (#830)
  • 8063899 Added dynamic severity example (#758)
  • 1ceb156 feat(pytest-bdd): Allure API implementation (fixes #726, via #845)
  • 4198940 fix SVG mime type (#841)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [allure-python-commons](https://github.com/allure-framework/allure-python) from 2.13.5 to 2.14.2.
- [Release notes](https://github.com/allure-framework/allure-python/releases)
- [Commits](allure-framework/allure-python@2.13.5...2.14.2)

---
updated-dependencies:
- dependency-name: allure-python-commons
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2025
@thomasleese thomasleese merged commit 3d8cfb7 into main May 20, 2025
18 of 20 checks passed
@dependabot dependabot bot deleted the dependabot/pip/allure-python-commons-2.14.2 branch May 20, 2025 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant