forked from pool/python-pytest-mpl
- 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:
committed by
Git OBS Bridge
parent
57c665943c
commit
bdcbc1492a
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7006e63bf1ca9c50bea3d189c0f862751a16ce40bb373197b218f57af5b837c0
|
||||
size 195996
|
||||
3
pytest-mpl-0.11.tar.gz
Normal file
3
pytest-mpl-0.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26c5a47a8fdbc04652f18b65c587da642c6cc0354680ee44b16c161d9800a2ce
|
||||
size 197274
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-mpl
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytest-mpl
|
||||
Version: 0.10
|
||||
Version: 0.11
|
||||
Release: 0
|
||||
Summary: pytest plugin for testing Matplotlib figures
|
||||
License: BSD-2-Clause
|
||||
@@ -31,9 +31,11 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-matplotlib
|
||||
Requires: python-nose
|
||||
Requires: python-pillow
|
||||
Requires: python-pytest
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module Pillow}
|
||||
BuildRequires: %{python_module matplotlib}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module pytest}
|
||||
|
||||
Reference in New Issue
Block a user