Skip to content

Comments

Update pytest-mock to 3.10.0#77

Closed
pyup-bot wants to merge 1 commit intomainfrom
pyup-update-pytest-mock-3.6.1-to-3.10.0
Closed

Update pytest-mock to 3.10.0#77
pyup-bot wants to merge 1 commit intomainfrom
pyup-update-pytest-mock-3.6.1-to-3.10.0

Conversation

@pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Oct 5, 2022

This PR updates pytest-mock from 3.6.1 to 3.10.0.

Changelog

3.10.0

-------------------

* Added new ``mocker.stop(m)`` method to stop specific ``mocker.patch`` or ``mocker.spy`` calls (`319`_).

.. _319: https://github.com/pytest-dev/pytest-mock/pull/319

3.9.0

------------------

* Expose ``NonCallableMagicMock`` via the ``mocker`` fixture (`318`_).

.. _318: https://github.com/pytest-dev/pytest-mock/pull/318

3.8.2

------------------

- Fixed ``AsyncMock`` support for Python 3.7+ in ``mocker.async_stub`` (`302`_).

.. _302: https://github.com/pytest-dev/pytest-mock/pull/302

3.8.1

------------------

* Fixed regression caused by an explicit ``mock`` dependency in the code (`298`_).

.. _298: https://github.com/pytest-dev/pytest-mock/issues/298

3.8.0

------------------

* Add ``MockerFixture.async_mock`` method. Thanks `PerchunPak`_ for the PR (`296`_).

.. _PerchunPak: https://github.com/PerchunPak
.. _296: https://github.com/pytest-dev/pytest-mock/pull/296

3.7.0

------------------

* Python 3.10 now officially supported.
* Dropped support for Python 3.6.
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #119

@pyup-bot pyup-bot closed this Oct 19, 2023
@felsb3 felsb3 deleted the pyup-update-pytest-mock-3.6.1-to-3.10.0 branch October 19, 2023 17:56
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