forked from pool/python-vdirsyncer
Accepting request 703576 from home:anandrit:branches:devel:languages:python
- Skip flaky test test_legacy_status OBS-URL: https://build.opensuse.org/request/show/703576 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
5c342cdb88
commit
fddaebc654
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 22:35:41 UTC 2019 - ranand@suse.com
|
||||
|
||||
- Skip flaky test test_legacy_status
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 05:47:52 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Release: 0
|
||||
Summary: CalDAV and CardDAV synchronization module
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Networking/News/Utilities
|
||||
URL: https://github.com/pimutils/vdirsyncer
|
||||
Url: https://github.com/pimutils/vdirsyncer
|
||||
Source0: https://files.pythonhosted.org/packages/source/v/vdirsyncer/vdirsyncer-%{version}.tar.gz
|
||||
Source1: vdirsyncer.service
|
||||
Source2: vdirsyncer.timer
|
||||
@@ -92,7 +92,7 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}%{_userunitdir}/vdirsyncer.timer
|
||||
|
||||
%check
|
||||
export DETERMINISTIC_TESTS=true
|
||||
%pytest -k 'not test_open_graphical_browser'
|
||||
%pytest -k 'not test_legacy_status and not test_open_graphical_browser'
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
|
Reference in New Issue
Block a user