- update to 3.11.1:

* Fixed introspection for failed ``assert_has_calls``
  * Updated type annotations for ``mocker.patch`` and
    ``mocker.spy`` (`#364`_).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mock?expand=0&rev=36
This commit is contained in:
2023-07-24 19:10:39 +00:00
committed by Git OBS Bridge
parent 3e9e61b0d6
commit 90850a03a3
4 changed files with 12 additions and 5 deletions

View File

@@ -16,10 +16,9 @@
#
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-pytest-mock
Version: 3.10.0
Version: 3.11.1
Release: 0
Summary: Thin-wrapper around the mock package for easier use with pytest
License: MIT