Accepting request 1323721 from devel:languages:python
Forwarded request #1322932 from mcalabkova - Exclude testing with pandas on Leap 16.0 OBS-URL: https://build.opensuse.org/request/show/1323721 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonpickle?expand=0&rev=23
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 15 10:20:21 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Exclude testing with pandas on Leap 16.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 11:33:04 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ BuildRequires: %{python_module ecdsa}
|
||||
BuildRequires: %{python_module feedparser}
|
||||
BuildRequires: %{python_module gmpy2 if %python-base < 3.12}
|
||||
BuildRequires: %{python_module numpy}
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%if 0%{?suse_version} >= 1550 && 0%{?suse_version} < 1600 || 0%{?suse_version} >= 1699
|
||||
BuildRequires: %{python_module pandas}
|
||||
BuildRequires: %{python_module pymongo}
|
||||
BuildRequires: %{python_module scikit-learn}
|
||||
@@ -81,10 +81,10 @@ rm -rv fuzzing
|
||||
donttest="test_multindex_dataframe_roundtrip"
|
||||
# https://github.com/jsonpickle/jsonpickle/issues/460
|
||||
donttest+=" or test_timedelta_index_roundtrip"
|
||||
%if 0%{?suse_version} < 1550
|
||||
%pytest -ra -k "not ($donttest)" tests jsonpickle/pickler.py jsonpickle/unpickler.py jsonpickle/util.py
|
||||
%else
|
||||
%if 0%{?suse_version} >= 1550 && 0%{?suse_version} < 1600 || 0%{?suse_version} >= 1699
|
||||
%pytest -ra -k "not ($donttest)"
|
||||
%else
|
||||
%pytest -ra -k "not ($donttest)" tests jsonpickle/pickler.py jsonpickle/unpickler.py jsonpickle/util.py
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
|
||||
Reference in New Issue
Block a user