Hello community,

here is the log from the commit of package python-hatch for openSUSE:Factory 
checked in at 2020-06-09 00:08:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hatch (Old)
 and      /work/SRC/openSUSE:Factory/.python-hatch.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hatch"

Tue Jun  9 00:08:52 2020 rev:4 rq:812555 version:0.23.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hatch/python-hatch.changes        
2020-05-26 17:49:55.335959701 +0200
+++ /work/SRC/openSUSE:Factory/.python-hatch.new.3606/python-hatch.changes      
2020-06-09 00:10:23.734482732 +0200
@@ -1,0 +2,11 @@
+Mon Jun  8 11:01:18 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Testsuite is too flaky, just skip the stuff overall unless someone
+  invests more time into it
+
+-------------------------------------------------------------------
+Wed Jun  3 08:08:21 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Skip more flaky tests
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-hatch.spec ++++++
--- /var/tmp/diff_new_pack.y4roLE/_old  2020-06-09 00:10:26.822492210 +0200
+++ /var/tmp/diff_new_pack.y4roLE/_new  2020-06-09 00:10:26.822492210 +0200
@@ -89,7 +89,13 @@
 export LANG=en_US.UTF-8
 export PATH=$PATH:%{buildroot}%{_bindir}
 # test_list_success_1 randomly timeouts in OBS
-%pytest -k 'not test_list_success_1'
+# test_failure expect syntax of output from invoke, which we do not ensure
+# test_invalid_part - flaky
+# test_package_cwd - flaky
+# test_list_success_2 - flaky
+# test_output - flaky
+# FIXME: the tests if run 100x fail randomly in multiple locations, just skip 
them as they are TOO flaky
+#%%pytest -k 'not (test_list_success_1 or test_failure or test_invalid_part or 
test_package_cwd or test_list_success_2 or test_output)'
 
 %post
 %python_install_alternative hatch


Reply via email to