- Add fix-tests-pytest72.patch to fix tests failing with pytest 7.2

gh#matplotlib/matplotlib#24173

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=69
This commit is contained in:
2022-12-07 11:31:15 +00:00
committed by Git OBS Bridge
parent 92425765f1
commit 421f5d41a8
3 changed files with 44 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ Source1: matplotlib-mplsetup.cfg
# Bundled version of freetype and qhull for testing purposes only
Source98: http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz
Source99: https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz
# PATCH-FIX-UPSTREAM fix-tests-pytest72.patch gh#matplotlib/matplotlib#24173
Patch1: fix-tests-pytest72.patch
BuildRequires: %{python_module Cycler >= 0.10}
BuildRequires: %{python_module FontTools >= 4.22.0}
BuildRequires: %{python_module devel}
@@ -233,7 +235,7 @@ This package includes the wxWidgets-based wxagg backend
for %{name} plotting package
%prep
%autosetup -n matplotlib-%{version}
%autosetup -p1 -n matplotlib-%{version}
#copy freetype to the right location, so that matplotlib will not try to download it
mkdir -p ~/.cache/matplotlib/
SHA=($(sha256sum %{SOURCE98}))