- Update to 3.1.0:

* Python 2.7 and 3.4 are no longer supported
  * New mocker fixtures added that allow using mocking functionality
    in other scopes

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 27 10:19:49 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.1.0:
* Python 2.7 and 3.4 are no longer supported
* New mocker fixtures added that allow using mocking functionality
in other scopes
-------------------------------------------------------------------
Mon Jan 6 13:11:42 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>