Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-scikit-build for
openSUSE:Factory checked in at 2022-08-24 15:11:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-build (Old)
and /work/SRC/openSUSE:Factory/.python-scikit-build.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-build"
Wed Aug 24 15:11:43 2022 rev:10 rq:999014 version:0.13.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scikit-build/python-scikit-build.changes
2022-04-01 21:36:55.568957328 +0200
+++
/work/SRC/openSUSE:Factory/.python-scikit-build.new.2083/python-scikit-build.changes
2022-08-24 15:12:05.900558662 +0200
@@ -1,0 +2,5 @@
+Wed Aug 24 09:44:44 UTC 2022 - Ben Greiner <[email protected]>
+
+- Skip a test failing with setuptools 62+
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scikit-build.spec ++++++
--- /var/tmp/diff_new_pack.TfuwPB/_old 2022-08-24 15:12:06.348559094 +0200
+++ /var/tmp/diff_new_pack.TfuwPB/_new 2022-08-24 15:12:06.356559102 +0200
@@ -85,7 +85,10 @@
%check
export PYTHONPATH=/tmp/fakepythonroot%{$python_sitelib}
# test_pep518 needs a wheelhouse with downloaded wheels including platform
dependent cmake
-%pytest -k "not test_pep518"
+donttest="test_pep518"
+# setuptools 62+ discovery fails here
+donttest="$donttest or (test_script_keyword and pure)"
+%pytest -k "not ($donttest)"
%files %{python_files}
%doc AUTHORS.rst README.rst CONTRIBUTING.rst HISTORY.rst docs/