From fddaebc6547f99399f64f3baea6d51fc3f258aff9c3613ecbb6d59b6cd946690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 May 2019 23:03:44 +0000 Subject: [PATCH] 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 --- python-vdirsyncer.changes | 5 +++++ python-vdirsyncer.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-vdirsyncer.changes b/python-vdirsyncer.changes index b2d83df..d04a015 100644 --- a/python-vdirsyncer.changes +++ b/python-vdirsyncer.changes @@ -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 diff --git a/python-vdirsyncer.spec b/python-vdirsyncer.spec index 65c6a9b..80bc7f6 100644 --- a/python-vdirsyncer.spec +++ b/python-vdirsyncer.spec @@ -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