Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sklearn-pandas for 
openSUSE:Factory checked in at 2023-02-06 14:15:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sklearn-pandas (Old)
 and      /work/SRC/openSUSE:Factory/.python-sklearn-pandas.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sklearn-pandas"

Mon Feb  6 14:15:38 2023 rev:8 rq:1063364 version:2.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sklearn-pandas/python-sklearn-pandas.changes  
    2022-02-13 19:51:52.142344769 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sklearn-pandas.new.4462/python-sklearn-pandas.changes
    2023-02-06 14:15:40.064645834 +0100
@@ -1,0 +2,5 @@
+Mon Feb  6 08:06:15 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Disable broken tests gh#scikit-learn-contrib/sklearn-pandas#248
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sklearn-pandas.spec ++++++
--- /var/tmp/diff_new_pack.5r9Eob/_old  2023-02-06 14:15:40.500648318 +0100
+++ /var/tmp/diff_new_pack.5r9Eob/_new  2023-02-06 14:15:40.504648341 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sklearn-pandas
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 # SciPy 1.6.0 dropped support for Python 3.6
 %define         skip_python36 1
@@ -60,7 +59,10 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest -k "not README.rst"
+# Some tests are broken with the latest version of scikit-learn
+# gh#scikit-learn-contrib/sklearn-pandas#248
+donttest="test_onehot_df or test_dict_vectorizer"
+%pytest -k "not (README.rst or $donttest)"
 
 %files %{python_files}
 %doc README.rst

Reply via email to