From 4caa28e3b08832e35e983916d73cec4b62a252fe Mon Sep 17 00:00:00 2001 From: mcepl <> Date: Mar 04 2022 20:13:20 +0000 Subject: Update python-schedule to version 1.1.0 / rev 6 via SR 959363 https://build.opensuse.org/request/show/959363 by user mcepl + dimstar_suse --- diff --git a/.files b/.files index b946811..5e4efae 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index dd40c06..6baa372 100644 --- a/.rev +++ b/.rev @@ -69,4 +69,12 @@ Automatic submission by obs-autosubmit 931522 + + 10e938e31b9a7f8ac430405fa2c4efd5 + 1.1.0 + + dimstar_suse + + 959363 + diff --git a/python-schedule.changes b/python-schedule.changes index d169c63..43adf1c 100644 --- a/python-schedule.changes +++ b/python-schedule.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Mar 4 08:04:55 UTC 2022 - pgajdos@suse.com + +- disable flaky test_until_time + +------------------------------------------------------------------- Mon Nov 8 12:18:51 UTC 2021 - Dirk Müller - skip python 2.7 build diff --git a/python-schedule.spec b/python-schedule.spec index 79bcd37..70fd313 100644 --- a/python-schedule.spec +++ b/python-schedule.spec @@ -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 @@ URL: https://github.com/dbader/schedule 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 @@ pattern for configuration. Schedule lets the user run Python functions %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