Accepting request 1088997 from devel:languages:python:pytest
- Remove python-pandas and python-matplotlib from BuildRequires OBS-URL: https://build.opensuse.org/request/show/1088997 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-regressions?expand=0&rev=4
This commit is contained in:
commit
90f6e1da54
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 25 09:34:08 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Remove python-pandas and python-matplotlib from BuildRequires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 9 21:07:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Tue May 9 21:07:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -32,10 +32,12 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: %{python_module pytest >= 6.2.0}
|
BuildRequires: %{python_module pytest >= 6.2.0}
|
||||||
BuildRequires: %{python_module Pillow}
|
BuildRequires: %{python_module Pillow}
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module matplotlib}
|
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: %{python_module pandas}
|
|
||||||
BuildRequires: %{python_module pytest-datadir >= 1.2.0}
|
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
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-PyYAML
|
Requires: python-PyYAML
|
||||||
@ -63,7 +65,12 @@ Python fixtures to write regression tests.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%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}
|
%files %{python_files}
|
||||||
%doc CHANGELOG.rst README.rst
|
%doc CHANGELOG.rst README.rst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user