14
0

Accepting request 798912 from devel:languages:python

- Skip failing test due to changed quoting in click:
  * test_verbosity

OBS-URL: https://build.opensuse.org/request/show/798912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vdirsyncer?expand=0&rev=9
This commit is contained in:
2020-04-29 18:53:30 +00:00
committed by Git OBS Bridge
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> 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 %check
export DETERMINISTIC_TESTS=true 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} %files %{python_files}
%doc README.rst %doc README.rst