Files
python-pytest-mpl/python-pytest-mpl.changes
Matej Cepl f397711a6e Accepting request 873529 from home:bnavigator:branches:devel:languages:python:pytest
- Update to 0.12
  * Fix passing a https url for baseline images from the CLI. [#89]
  * Added --mpl-baseline-relative option to specify baseline
    images relative to the test path. [#96]
  * Add option to do comparisons against a json library of sha256
    hashes. [#98]
  * Drop support for matplotlib 1.5 and Python < 3.6. [#100]
  * Add support for generating a HTML summary of test faliures.
    [#101]
  * Add support for falling back to baseline image comparison if
    hash comparison fails. [#101]
- Skip python2 and python36 flavors. python36-matplotlib is no
  longer in Tumbleweed (NEP 29)
- Get test reference data from GitHub archive

OBS-URL: https://build.opensuse.org/request/show/873529
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mpl?expand=0&rev=8
2021-02-18 18:18:06 +00:00

35 lines
1.4 KiB
Plaintext

-------------------------------------------------------------------
Wed Feb 17 13:52:37 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.12
* Fix passing a https url for baseline images from the CLI. [#89]
* Added --mpl-baseline-relative option to specify baseline
images relative to the test path. [#96]
* Add option to do comparisons against a json library of sha256
hashes. [#98]
* Drop support for matplotlib 1.5 and Python < 3.6. [#100]
* Add support for generating a HTML summary of test faliures.
[#101]
* Add support for falling back to baseline image comparison if
hash comparison fails. [#101]
- Skip python2 and python36 flavors. python36-matplotlib is no
longer in Tumbleweed (NEP 29)
- Get test reference data from GitHub archive
-------------------------------------------------------------------
Mon Aug 3 20:56:00 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Nose is actually not needed (gh#matplotlib/pytest-mpl#25).
-------------------------------------------------------------------
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>
- Initial version