Hello community,
here is the log from the commit of package python-CherryPy for openSUSE:Factory
checked in at 2020-03-08 22:22:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-CherryPy (Old)
and /work/SRC/openSUSE:Factory/.python-CherryPy.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-CherryPy"
Sun Mar 8 22:22:57 2020 rev:26 rq:782540 version:18.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-CherryPy/python-CherryPy.changes
2020-02-26 15:02:16.560859527 +0100
+++
/work/SRC/openSUSE:Factory/.python-CherryPy.new.26092/python-CherryPy.changes
2020-03-08 22:23:04.080037870 +0100
@@ -1,0 +2,6 @@
+Sat Mar 7 14:07:44 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Do remove pytest.ini to not mess with extra options completely
+- Skip test reliably crashing in cheroot codebase
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-CherryPy.spec ++++++
--- /var/tmp/diff_new_pack.myWZJQ/_old 2020-03-08 22:23:04.660038228 +0100
+++ /var/tmp/diff_new_pack.myWZJQ/_new 2020-03-08 22:23:04.664038230 +0100
@@ -71,7 +71,7 @@
%prep
%setup -q -n CherryPy-%{version}
# do not require cov/xdist/etc
-sed -i -e '/addopts/d' pytest.ini
+rm pytest.ini
%build
%python_build
@@ -84,7 +84,8 @@
%check
# skip all travis known fails as they would most likely fail in obs too
export TRAVIS="true"
-%pytest
+# testCombinedTools fails with trace in cheroot tests
+%pytest -k 'not testCombinedTools'
%post
%python_install_alternative cherryd