Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-regressions for
openSUSE:Factory checked in at 2023-05-26 20:15:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-regressions (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-regressions.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-regressions"
Fri May 26 20:15:06 2023 rev:4 rq:1088997 version:2.4.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-regressions/python-pytest-regressions.changes
2023-05-10 16:17:27.394595678 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-regressions.new.1533/python-pytest-regressions.changes
2023-05-26 20:15:10.800157707 +0200
@@ -1,0 +2,5 @@
+Thu May 25 09:34:08 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Remove python-pandas and python-matplotlib from BuildRequires
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-regressions.spec ++++++
--- /var/tmp/diff_new_pack.G9XNIC/_old 2023-05-26 20:15:11.304160711 +0200
+++ /var/tmp/diff_new_pack.G9XNIC/_new 2023-05-26 20:15:11.312160758 +0200
@@ -32,10 +32,12 @@
BuildRequires: %{python_module pytest >= 6.2.0}
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module PyYAML}
-BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module numpy}
-BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pytest-datadir >= 1.2.0}
+# These could be added as build dep for testing but are commented to
+# reduce the number of requirements.
+# BuildRequires: %%{python_module pandas}
+# BuildRequires: %%{python_module matplotlib}
# /SECTION
BuildRequires: fdupes
Requires: python-PyYAML
@@ -63,7 +65,12 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# ignore tests that depends on matplotlib
+donttest="test_image_regression"
+# Requires python-pandas
+donttest+=" or test_foo"
+# Ignore tests that depends on python-pandas
+%pytest --ignore tests/test_num_regression.py --ignore
tests/test_dataframe_regression.py -k "not ($donttest)"
%files %{python_files}
%doc CHANGELOG.rst README.rst