Hello community,
here is the log from the commit of package python-watchdog for openSUSE:Factory
checked in at 2020-06-04 17:57:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-watchdog (Old)
and /work/SRC/openSUSE:Factory/.python-watchdog.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-watchdog"
Thu Jun 4 17:57:12 2020 rev:8 rq:811020 version:0.10.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-watchdog/python-watchdog.changes
2020-05-19 14:46:44.475846891 +0200
+++
/work/SRC/openSUSE:Factory/.python-watchdog.new.3606/python-watchdog.changes
2020-06-04 17:57:13.769150746 +0200
@@ -1,0 +2,5 @@
+Wed Jun 3 07:50:43 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Skip randomly failing test test_event_dispatcher
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-watchdog.spec ++++++
--- /var/tmp/diff_new_pack.YCH3ds/_old 2020-06-04 17:57:14.261152286 +0200
+++ /var/tmp/diff_new_pack.YCH3ds/_new 2020-06-04 17:57:14.265152299 +0200
@@ -66,7 +66,8 @@
%check
sed -i '/--cov/d' setup.cfg
export LANG=en_US.UTF-8
-%pytest
+# test_event_dispatcher randomly fails on SLE15
+%pytest -k 'not test_event_dispatcher'
%post
%python_install_alternative watchmedo