forked from pool/python-vdirsyncer
- 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:
committed by
Git OBS Bridge
parent
50dd4a5835
commit
8baa69c40c
@@ -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>
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user