- Update to 0.11:

* Improve error message if image shapes don't match. [#79]
  * Properly register mpl_image_compare marker with pytest. [#83]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mpl?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-11-18 07:59:46 +00:00
committed by Git OBS Bridge
parent 57c665943c
commit bdcbc1492a
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 18 07:58:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.11:
* Improve error message if image shapes don't match. [#79]
* Properly register mpl_image_compare marker with pytest. [#83]
-------------------------------------------------------------------
Thu Jan 17 21:41:23 UTC 2019 - Todd R <toddrme2178@gmail.com>