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:
commit
64799600d0
@ -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
BIN
pytest-mock-3.11.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user