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,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