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

ci(deps): Update dependency pytest-mock to v1.13.0 #116

Merged
merged 1 commit into from
Nov 12, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-mock ==1.9.0 -> ==1.13.0 age adoption passing confidence

Release Notes

pytest-dev/pytest-mock

v1.13.0

Compare Source

  • The object returned by mocker.spy now also tracks any side effect
    of the spied method/function.

v1.12.1

Compare Source

  • Fix error if mocker.patch is used in code where the source file
    is not available, for example stale .pyc files (#169_).

.. _#&#820https://github.com/pytest-dev/pytest-mock/issues/169#issuecomment-5557292655729265

v1.12.0

Compare Source

  • Now all patch functions also raise a ValueError when used
    as a context-manager. Thanks @AlexGascon_ for the PR (#168_).

.. _@​AlexGascon: https://github.com/AlexGascon
.. [https://github.com/pytest-dev/pytest-mock/pull/168](https://togithub.com/pytest-dev/pytest-mock/pull/168)-mock/pull/168

v1.11.2

Compare Source

  • The pytest introspection follows message is no longer shown
    if there is no pytest introspection (#154).
    Thanks @The-Compiler
    for the report.

  • mocker now raises a ValueError when used as a context-manager.
    Thanks @binarymason_ for the PR (#165_).

.. _#&#820https://github.com/pytest-dev/pytest-mock/issues/154ues/154
.. [https://github.com/pytest-dev/pytest-mock/pull/165](https://togithub.com/pytest-dev/pytest-mock/pull/165)-mock/pull/165
.. _@​binarymason: https://github.com/binarymason

v1.11.1

Compare Source

  • Fix mocker.spy on Python 2 when used on non-function objects
    which implement __call__ (#157). Thanks @pbasista for
    the report.

.. _#&#820https://github.com/pytest-dev/pytest-mock/issues/157ues/157
.. _@​pbasista: https://github.com/pbasista

v1.11.0

Compare Source

  • The object returned by mocker.spy now also tracks the return value
    of the spied method/function.

v1.10.4

Compare Source

  • Fix plugin when 'terminal' plugin is disabled

v1.10.3

Compare Source

  • Fix test suite in Python 3.8. Thanks @hroncok_ for the report and @blueyed_ for the PR (#140_).

.. _#&#820https://github.com/pytest-dev/pytest-mock/pull/140ull/140
.. _@​hroncok: https://github.com/hroncok

v1.10.2

Compare Source

  • Fix bug at the end of the test session when a call to patch.stopall is done explicitly by
    user code. Thanks @craiga_ for the report (#137_).

.. _#&#820https://github.com/pytest-dev/pytest-mock/issues/137ues/137
.. _@​craiga: https://github.com/craiga

v1.10.1

Compare Source

  • Fix broken links and update README. Also the code is now formatted using black <https://github.com/ambv/black>__.

v1.10.0

Compare Source

  • Add support for the recently added assert_called method in Python 3.6 and mock-2.0. Thanks @rouge8_ for the PR (#115_).

.. _#&#820https://github.com/pytest-dev/pytest-mock/pull/115ull/115


Configuration

📅 Schedule: "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone America/Lima.

🚦 Automerge: Enabled.

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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 12, 2021
@renovate renovate bot merged commit b623468 into develop Nov 12, 2021
@renovate renovate bot deleted the renovate/pytest-mock-1.x branch November 12, 2021 19:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant