Skip to content

chore(deps-dev): Bump pytest-subtests from 0.5.0 to 0.6.0

Victor Engmark requested to merge dependabot-pip-pytest-subtests-0.6.0 into main

Bumps pytest-subtests from 0.5.0 to 0.6.0.

Changelog

Sourced from pytest-subtests's changelog.

0.6.0 (2022-01-15)

  • pytest>=6.0 is now required.
  • Added official support for Python 3.10.
  • Dropped support for Python 3.5.
  • Users no longer need to configure a warnings filter for the internal A private pytest class or function was used pytest warning ([#52](https://github.com/pytest-dev/pytest-subtests/issues/52)_).
  • Experimental: Use SUBPASS and , for passed subtests instead of general PASSED, SUBFAIL and u for failed ones instead of FAILED ([#30](https://github.com/pytest-dev/pytest-subtests/issues/30)_).

.. _#30: pytest-dev/pytest-subtests#30 .. _#52: pytest-dev/pytest-subtests#52

Commits

Merge request reports