15
0

Accepting request 959363 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/959363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-schedule?expand=0&rev=6
This commit is contained in:
2022-03-04 19:17:04 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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 <dmueller@suse.com>

View File

@@ -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