Skip to content

Bump pytest-describe from 3.1.0 to 3.2.0#469

Merged
jacebrowning merged 1 commit into
mainfrom
dependabot/pip/pytest-describe-3.2.0
Jun 15, 2026
Merged

Bump pytest-describe from 3.1.0 to 3.2.0#469
jacebrowning merged 1 commit into
mainfrom
dependabot/pip/pytest-describe-3.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps pytest-describe from 3.1.0 to 3.2.0.

Release notes

Sourced from pytest-describe's releases.

3.2.0

Version 3.2.0 of the pytest-describe plugin

This version supports pytest 7.0 to 9.0 on Python 3.10 to 3.14.

New features:

  • Fixtures as describe block arguments (#54): When several tests in a describe-block need the same fixture, you can now pass the fixture name as an argument to the describe function instead of repeating it in every test. See the README for details and caveats.

  • Docstrings as describe block names (#41, #55): With the new opt-in describe_docstrings configuration option, describe-blocks are reported under the first line of their docstring instead of their function name, allowing for more descriptive test reports like test_wallet.py::a wallet::when it is empty::it_has_no_balance. See the README for how to enable it.

  • Access to describe functions for plugins (#53, #55): The new public function get_describe_functions returns the describe functions wrapping a collected test item, so that reporting plugins can show describe block names or docstrings in their output. See the README for a usage example.

  • The package now ships with complete type hints, verified with mypy in strict mode.

Breaking changes:

  • Support for Python 3.9 and pytest 6 has been dropped.

Thanks to everyone who contributed to this release with ideas and feedback!

Commits
  • bcb7119 Improve README a bit
  • 23aed77 Expose describe functions and use docstrings as block names (#55)
  • 0b8ea18 Support fixtures as describe block arguments (#54)
  • 40238f7 Improve trigger condition for publishing
  • 3379f48 Add type hints and check them with mypy
  • See full diff 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 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 [pytest-describe](https://github.com/pytest-dev/pytest-describe) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/pytest-dev/pytest-describe/releases)
- [Commits](pytest-dev/pytest-describe@3.1.0...3.2.0)

---
updated-dependencies:
- dependency-name: pytest-describe
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 15, 2026
@jacebrowning jacebrowning merged commit c295b45 into main Jun 15, 2026
12 of 13 checks passed
@jacebrowning jacebrowning deleted the dependabot/pip/pytest-describe-3.2.0 branch June 15, 2026 15:28
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