Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Updates the requirements on parameterized and pytest-subtests to permit the latest version.
Updates parameterized to 0.9.0

Changelog

Sourced from parameterized's changelog.

0.9.0 (2023-03-26) * Drop support for Python 2.X, 3.5, and 3.6; Add support for Python 3.10, 3.11 (wolever/parameterized#153) * Modernize from setup.py -> pyproject.toml (wolever/parameterized#147; thanks @​KOLANICH) * Add namespace argument to @parameterize.expand (wolever/parameterized#148; thanks @​KOLANICH) * Add support for IsolatedAsyncioTestCase (wolever/parameterized#135; thanks @​Ronserruya) * Work around for bug bpo-40126 in older versions of mock (wolever/parameterized#129; thanks @​alexpizarroj) * Allow str, bytes, and any non-iterable input to be passed to @parameterized without wrapping in a tuple (wolever/parameterized#157) * Fix class-level mock.patch.multiple (wolever/parameterized#138; thanks @​ArthurGW)

0.8.1 (2021-01-09) * Add README and LICENSE to pypi sdist package (wolever/parameterized#114; thanks @​chohner)

0.8.0 (2021-01-04) * Handle camelCase test names. This is an ever-so-slightly backwards incompatible change, as the method for determining which methods are test methods has changed from method_name.startswith("test_") to method_name.startswith("test"). The latter is the behavior of the unittest module. (thanks @​bobwalker99; wolever/parameterized#106) * Fix arguments to skip_on_empty helper (thanks @​bhavyakjain; wolever/parameterized#104)

0.7.5 (2021-01-04) * Fix crash on Python 2.7 with unicode docstrings (wolever/parameterized#109) * Replace inspect.stack() with faster inspect.currentframe() (wolever/parameterized#107) * Add a version string to the package (wolever/parameterized#103)

0.7.4 (2020-04-14) * Add class_name_func option to @parameterized_class * Fix arguments being passed to skip_on_empty_helper (thanks @​gaf3; wolever/parameterized#57) * Fix tests on Python 3.8.2 (thanks @​Ikke; wolever/parameterized#99)

0.7.3 (2020-04-12) * Fix some typos (thanks @​LWprogramming, @​jinnovation; wolever/parameterized#77,

... (truncated)

Commits
  • 8719c41 Version 0.9.0
  • b9f6a64 Bump to 0.9.0-rc1 for testing
  • 1e0241f Merge pull request #161 from wolever/fix-138-mock-patch-multiple
  • 8bc5b58 Fix #138: support for class-level mock.patch.multiple
  • 64295bf Merge pull request #159 from adamchainz/remove_hg_ignore
  • a70f49b Remove hgignore file
  • e383e1e Merge pull request #157 from wolever/issue-134-allow-bytes-as-input
  • 41471f9 Fix #134 - wrap str, bytes, and any non-iterable input
  • 4d5f3d6 Merge pull request #156 from wolever/test-for-mock-patch-multiple
  • 5872986 Add test for @​mock.patch.multiple
  • Additional commits viewable in compare view

Updates pytest-subtests to 0.13.0

Release notes

Sourced from pytest-subtests's releases.

v0.13.0

What's Changed

New Contributors

Full Changelog: pytest-dev/pytest-subtests@v0.12.1...v0.13.0

Changelog

Sourced from pytest-subtests's changelog.

0.13.0 (2024-07-07)

  • Dropped support for EOL Python 3.7.
  • Added support for -x/--exitfirst ([#134](https://github.com/pytest-dev/pytest-subtests/issues/134)_).
  • Hide the traceback inside the SubTests.test() method ([#131](https://github.com/pytest-dev/pytest-subtests/issues/131)_).

.. _#131: pytest-dev/pytest-subtests#131 .. _#134: pytest-dev/pytest-subtests#134

0.12.1 (2024-03-07)

  • Fixed compatibility with upcoming pytest 8.1.x. ([#125](https://github.com/pytest-dev/pytest-subtests/issues/125)_).

.. _#125: pytest-dev/pytest-subtests#125

0.12.0 (2024-03-06)

  • Python 3.12 is now officially supported ([#113](https://github.com/pytest-dev/pytest-subtests/issues/113)_).
  • Added typing support ([#115](https://github.com/pytest-dev/pytest-subtests/issues/115)_).
  • SubTests can be imported from pytest_subtests to type-annotate the subtests fixture.

.. _#113: pytest-dev/pytest-subtests#113 .. _#115: pytest-dev/pytest-subtests#115

0.11.0 (2023-05-15)

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

.. _#6: pytest-dev/pytest-subtests#6 .. _#86: pytest-dev/pytest-subtests#86 .. _#92: pytest-dev/pytest-subtests#87

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

0.10.0 (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.

0.9.0 (2022-10-28)

  • Python 3.11 is officially supported.

... (truncated)

Commits
  • 3c6a72c Automatically merge branch during deploy
  • ed8f899 Create a GH release during deploy
  • cb5a922 Update CHANGELOG
  • 79a6bc1 Simplify CI configuration
  • eef3c59 Drop support for Python 3.7
  • 96c8408 Merge pull request #134 from rhoban13/exitfirst_working
  • f03ed7a Refactor capturing_output and capturing_logs into functions
  • 5ff5be6 Support -x/--exitfirst
  • 89e0434 [pre-commit.ci] pre-commit autoupdate (#135)
  • a15b4b8 [pre-commit.ci] pre-commit autoupdate (#133)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [parameterized](https://github.com/wolever/parameterized) and [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) to permit the latest version.

Updates `parameterized` to 0.9.0
- [Changelog](https://github.com/wolever/parameterized/blob/master/CHANGELOG.txt)
- [Commits](wolever/parameterized@v0.8.1...v0.9.0)

Updates `pytest-subtests` to 0.13.0
- [Release notes](https://github.com/pytest-dev/pytest-subtests/releases)
- [Changelog](https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-subtests@v0.11.0...v0.13.0)

---
updated-dependencies:
- dependency-name: parameterized
  dependency-type: direct:development
  dependency-group: python-dev
- dependency-name: pytest-subtests
  dependency-type: direct:development
  dependency-group: python-dev
...

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 Jul 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2024

Superseded by #774.

@dependabot dependabot bot closed this Jul 22, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-dependencies/python-dev-6cbddf9111 branch July 22, 2024 05:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

0 participants