- Update to 3.1.1:

* Fixed performance regression caused by the ValueError raised
    when mocker is used as context manager (#191).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mock?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal
2020-06-09 07:59:33 +00:00
committed by Git OBS Bridge
parent 8715cb0d4a
commit 85cee62be4
4 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 9 07:58:45 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.1.1:
* Fixed performance regression caused by the ValueError raised
when mocker is used as context manager (#191).
-------------------------------------------------------------------
Mon Apr 27 10:19:49 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>