- Update to 1.11.0:

* The object returned by mocker.spy now also tracks the return
    value of the spied method/function.
- Drop merged patch mock3.patch and fix_tests.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mock?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2019-09-30 12:24:55 +00:00
committed by Git OBS Bridge
parent 994534d7c5
commit 24f04b847b
6 changed files with 12 additions and 99 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 30 12:22:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.11.0:
* The object returned by mocker.spy now also tracks the return
value of the spied method/function.
- Drop merged patch mock3.patch and fix_tests.patch
-------------------------------------------------------------------
Wed Sep 11 08:21:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>