Hello community,
here is the log from the commit of package python-CherryPy for openSUSE:Factory
checked in at 2020-02-26 15:02:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-CherryPy (Old)
and /work/SRC/openSUSE:Factory/.python-CherryPy.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-CherryPy"
Wed Feb 26 15:02:15 2020 rev:25 rq:778740 version:18.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-CherryPy/python-CherryPy.changes
2020-01-16 18:14:58.812762329 +0100
+++
/work/SRC/openSUSE:Factory/.python-CherryPy.new.26092/python-CherryPy.changes
2020-02-26 15:02:16.560859527 +0100
@@ -1,0 +2,6 @@
+Mon Feb 24 12:40:51 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Export travis variable to skip more tests that can randomly
+ fail
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-CherryPy.spec ++++++
--- /var/tmp/diff_new_pack.Hzqhts/_old 2020-02-26 15:02:17.492861386 +0100
+++ /var/tmp/diff_new_pack.Hzqhts/_new 2020-02-26 15:02:17.492861386 +0100
@@ -82,6 +82,8 @@
%python_clone -a %{buildroot}%{_bindir}/cherryd
%check
+# skip all travis known fails as they would most likely fail in obs too
+export TRAVIS="true"
%pytest
%post