diff --git a/python-vdirsyncer.changes b/python-vdirsyncer.changes index 50a842f..2ba678c 100644 --- a/python-vdirsyncer.changes +++ b/python-vdirsyncer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 29 12:51:49 UTC 2020 - Tomáš Chvátal + +- Skip failing test due to changed quoting in click: + * test_verbosity + ------------------------------------------------------------------- Mon Feb 3 15:57:42 UTC 2020 - Dominique Leuenberger diff --git a/python-vdirsyncer.spec b/python-vdirsyncer.spec index 5cf83e9..10ea302 100644 --- a/python-vdirsyncer.spec +++ b/python-vdirsyncer.spec @@ -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