Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-livereload for
openSUSE:Factory checked in at 2021-09-17 23:25:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-livereload (Old)
and /work/SRC/openSUSE:Factory/.python-livereload.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-livereload"
Fri Sep 17 23:25:58 2021 rev:2 rq:919656 version:2.6.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-livereload/python-livereload.changes
2021-07-27 14:32:20.375467599 +0200
+++
/work/SRC/openSUSE:Factory/.python-livereload.new.1899/python-livereload.changes
2021-09-17 23:26:17.097254018 +0200
@@ -1,0 +2,5 @@
+Fri Sep 17 06:34:21 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Use pytest (and not nose) for the testsuite, actually running it.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-livereload.spec ++++++
--- /var/tmp/diff_new_pack.Y1k0Qo/_old 2021-09-17 23:26:17.581254450 +0200
+++ /var/tmp/diff_new_pack.Y1k0Qo/_new 2021-09-17 23:26:17.589254458 +0200
@@ -25,15 +25,15 @@
Group: Development/Languages/Python
URL: https://livereload.readthedocs.io/en/latest/
Source:
https://github.com/lepture/python-livereload/archive/%{version}.tar.gz
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module nose}
BuildRequires: %{python_module tornado}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
Requires: python-tornado
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages
@@ -53,8 +53,8 @@
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%check
-# AssertionError
-#make test
+# https://github.com/lepture/python-livereload/issues/200
+%pytest -k 'not test_watch_multiple_dirs'
%post
%python_install_alternative livereload