diff --git a/python-pytest-mpl.spec b/python-pytest-mpl.spec index 2bb13f7d7765a7eebe1cce198afa7456dc6300e4..c89402a8c8b8b2c39290a8baf59795ef8e538994 100644 --- a/python-pytest-mpl.spec +++ b/python-pytest-mpl.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-mpl Version: 0.17.0 -Release: 2 +Release: 3 Summary: pytest plugin to help with testing figures output from Matplotlib License: BSD URL: https://github.com/matplotlib/pytest-mpl @@ -87,7 +87,7 @@ popd mv %{buildroot}/doclist.lst . %check -%{__python3} setup.py test +%pytest %files -n python3-pytest-mpl %{python3_sitelib}/pytest_mpl/ @@ -97,6 +97,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 07 2025 wangjing - 0.17.0-3 +- fix build error + * Mon Jul 29 2024 lifeifei - 0.17.0-2 - Type:update - CVE:NA