Hello community,

here is the log from the commit of package python-vdirsyncer for 
openSUSE:Factory checked in at 2020-04-29 20:53:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vdirsyncer (Old)
 and      /work/SRC/openSUSE:Factory/.python-vdirsyncer.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vdirsyncer"

Wed Apr 29 20:53:30 2020 rev:9 rq:798912 version:0.16.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vdirsyncer/python-vdirsyncer.changes      
2020-02-04 19:54:35.549364966 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-vdirsyncer.new.2738/python-vdirsyncer.changes
    2020-04-29 20:54:46.333326332 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 12:51:49 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Skip failing test due to changed quoting in click:
+  * test_verbosity
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-vdirsyncer.spec ++++++
--- /var/tmp/diff_new_pack.BjEbLg/_old  2020-04-29 20:54:46.885327597 +0200
+++ /var/tmp/diff_new_pack.BjEbLg/_new  2020-04-29 20:54:46.889327607 +0200
@@ -92,7 +92,8 @@
 
 %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


Reply via email to