14
0

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:
Tomáš Chvátal
2019-05-16 23:03:44 +00:00
committed by Git OBS Bridge
parent 5c342cdb88
commit fddaebc654
2 changed files with 8 additions and 3 deletions

View File

@@ -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 Tue May 7 05:47:52 UTC 2019 - pgajdos@suse.com

View File

@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Summary: CalDAV and CardDAV synchronization module
License: BSD-3-Clause License: BSD-3-Clause
Group: Productivity/Networking/News/Utilities 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 Source0: https://files.pythonhosted.org/packages/source/v/vdirsyncer/vdirsyncer-%{version}.tar.gz
Source1: vdirsyncer.service Source1: vdirsyncer.service
Source2: vdirsyncer.timer Source2: vdirsyncer.timer
@@ -92,7 +92,7 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}%{_userunitdir}/vdirsyncer.timer
%check %check
export DETERMINISTIC_TESTS=true 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} %files %{python_files}
%doc README.rst %doc README.rst