Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-schedule for openSUSE:Factory checked in at 2022-03-04 20:17:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-schedule (Old) and /work/SRC/openSUSE:Factory/.python-schedule.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-schedule" Fri Mar 4 20:17:04 2022 rev:6 rq:959363 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-schedule/python-schedule.changes 2021-11-17 01:14:41.462181941 +0100 +++ /work/SRC/openSUSE:Factory/.python-schedule.new.1958/python-schedule.changes 2022-03-04 20:20:56.520679232 +0100 @@ -1,0 +2,5 @@ +Fri Mar 4 08:04:55 UTC 2022 - pgaj...@suse.com + +- disable flaky test_until_time + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-schedule.spec ++++++ --- /var/tmp/diff_new_pack.ddZoYq/_old 2022-03-04 20:20:56.916678917 +0100 +++ /var/tmp/diff_new_pack.ddZoYq/_new 2022-03-04 20:20:56.920678914 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-schedule # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/s/schedule/schedule-%{version}.tar.gz # https://github.com/dbader/schedule/issues/484 Patch0: python-schedule-no-mock.patch +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -50,7 +51,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pyunittest discover -v +# test_until_time: https://github.com/dbader/schedule/issues/488 +%pytest -k 'not test_until_time' %files %{python_files} %doc README.rst