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

chore(deps): update dependency pytest-subtests to v0.14.1 #1384

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-subtests ==0.7.0 -> ==0.14.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

pytest-dev/pytest-subtests (pytest-subtests)

v0.14.1

Compare Source

2024-12-09

  • Fix self.instance._outcome is None case in #​173 (#174_).

.. _#174:https://github.com/pytest-dev/pytest-subtests/pull/1744

v0.14.0

Compare Source

2024-12-07

  • Add support for Python 3.13.

  • Dropped support for EOL Python 3.8.

  • Fixed output when using TestCase.skipTest (#169_).

  • Fixed pytest requirement to >=7.3 (#159_).

.. _#159:https://github.com/pytest-dev/pytest-subtests/issues/1599
.. _#169https://github.com/pytest-dev/pytest-subtests/pull/16969

v0.13.1

Compare Source

2024-07-16

  • Fixed bug were an extra test would execute when -x/--exitfirst was used (#139_).

.. _#139:https://github.com/pytest-dev/pytest-subtests/pull/1399

v0.13.0

Compare Source

2024-07-07

  • Dropped support for EOL Python 3.7.
  • Added support for -x/--exitfirst (#134_).
  • Hide the traceback inside the SubTests.test() method (#131_).

.. _#131:https://github.com/pytest-dev/pytest-subtests/pull/1311
.. _#134https://github.com/pytest-dev/pytest-subtests/pull/13434

v0.12.1

Compare Source

2024-03-07

  • Fixed compatibility with upcoming pytest 8.1.x. (#125_).

.. _#125:https://github.com/pytest-dev/pytest-subtests/issues/1255

v0.12.0

Compare Source

2024-03-06

  • Python 3.12 is now officially supported (#113_).
  • Added typing support (#115_).
  • SubTests can be imported from pytest_subtests to type-annotate the subtests fixture.

.. _#113:https://github.com/pytest-dev/pytest-subtests/pull/1133
.. _#115https://github.com/pytest-dev/pytest-subtests/pull/11515

v0.11.0

Compare Source

2023-05-15

  • Logging is displayed for failing subtests (#92_)
  • Passing subtests no longer turn the pytest output to yellow (as if warnings have been issued) (#86). Thanks to Andrew-Brock for providing the solution.
  • Now the msg contents of a subtest is displayed when running pytest with -v (#6_).

.. _#6:https://github.com/pytest-dev/pytest-subtests/issues/66
.. _#86https://github.com/pytest-dev/pytest-subtests/issues/8686
.. _#9https://github.com/pytest-dev/pytest-subtests/issues/87/87

.. _Andrew-Brock: https://github.com/Andrew-Brock

v0.10.0

Compare Source

2022-02-15

  • Added experimental support for suppressing subtest output dots in non-verbose mode with --no-subtests-shortletter -- this allows the native pytest column calculations to not be disrupted and minimizes unneeded output for large CI systems.

v0.9.0

Compare Source

2022-10-28

  • Python 3.11 is officially supported.
  • Dropped support for Python 3.6.

v0.8.0

Compare Source

2022-05-26

  • Now passing subtests are shown in the test run summary at the end (for example: 10 failed, 1 passed, 10 subtests passed in 0.10s) (#70_).

.. _#70:https://github.com/pytest-dev/pytest-subtests/pull/700


Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@B4nan B4nan closed this Jan 7, 2025
Copy link
Contributor Author

renovate bot commented Jan 7, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==0.14.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/pytest-subtests-0.x branch January 7, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant