- 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:
parent
3e9e61b0d6
commit
90850a03a3
@ -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>
|
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}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pytest-mock
|
Name: python-pytest-mock
|
||||||
Version: 3.10.0
|
Version: 3.11.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Thin-wrapper around the mock package for easier use with pytest
|
Summary: Thin-wrapper around the mock package for easier use with pytest
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user