Accepting request 1100451 from devel:languages:python:pytest

- 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/request/show/1100451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-mock?expand=0&rev=24
This commit is contained in:
Ana Guerrero 2023-07-26 11:21:42 +00:00 committed by Git OBS Bridge
commit 64799600d0
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f
size 28384

BIN
pytest-mock-3.11.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 24 19:10:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.11.1:
* Fixed introspection for failed ``assert_has_calls``
* Updated type annotations for ``mocker.patch`` and
``mocker.spy`` (`#364`_).
-------------------------------------------------------------------
Fri Apr 21 12:31:50 UTC 2023 - Dirk Müller <dmueller@suse.com>

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