14
0

- Skip failing test due to changed quoting in click:

* test_verbosity

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=20
This commit is contained in:
Tomáš Chvátal
2020-04-29 12:52:09 +00:00
committed by Git OBS Bridge
parent 50dd4a5835
commit 8baa69c40c
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 29 12:51:49 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Skip failing test due to changed quoting in click:
* test_verbosity
-------------------------------------------------------------------
Mon Feb 3 15:57:42 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -92,7 +92,8 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}%{_userunitdir}/vdirsyncer.timer
%check
export DETERMINISTIC_TESTS=true
%pytest -k 'not test_legacy_status and not test_open_graphical_browser'
# test_verbosity - click changed syntax and returns different quotes
%pytest -k 'not test_legacy_status and not test_open_graphical_browser and not test_verbosity'
%files %{python_files}
%doc README.rst