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