Hello community,

here is the log from the commit of package python-poetry for openSUSE:Factory 
checked in at 2020-07-14 07:58:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-poetry (Old)
 and      /work/SRC/openSUSE:Factory/.python-poetry.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-poetry"

Tue Jul 14 07:58:32 2020 rev:6 rq:820530 version:1.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-poetry/python-poetry.changes      
2020-07-06 16:32:11.887697741 +0200
+++ /work/SRC/openSUSE:Factory/.python-poetry.new.3060/python-poetry.changes    
2020-07-14 07:59:34.641845540 +0200
@@ -1,0 +2,6 @@
+Sun Jul 12 08:45:06 UTC 2020 - John Vandenberg <jay...@gmail.com>
+
+- Skip one test that breaks due to clikit 0.6.0+ improving
+  error messages
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-poetry.spec ++++++
--- /var/tmp/diff_new_pack.UG1IZj/_old  2020-07-14 07:59:35.165847236 +0200
+++ /var/tmp/diff_new_pack.UG1IZj/_new  2020-07-14 07:59:35.165847236 +0200
@@ -102,7 +102,10 @@
 source testenv/bin/activate
 # test_default_with_excluded_data fails, see the above ticket for
 # discussion on this.
-%pytest -k 'not test_default_with_excluded_data'
+# test_publish_returns_non_zero_code_for_upload_errors fails with clikit 0.6.0+
+# which uses crashtest, which outputs extra information not expected by the 
test
+# This does not occur in the poetry 1.1.0a test suite.
+%pytest -vv -k 'not (test_default_with_excluded_data or 
test_publish_returns_non_zero_code_for_upload_errors)'
 
 %post
 %python_install_alternative poetry


Reply via email to