Hello community,

here is the log from the commit of package python-networkx for openSUSE:Factory 
checked in at 2019-01-24 14:13:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-networkx (Old)
 and      /work/SRC/openSUSE:Factory/.python-networkx.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-networkx"

Thu Jan 24 14:13:37 2019 rev:16 rq:667798 version:2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-networkx/python-networkx.changes  
2019-01-08 12:29:59.664172952 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-networkx.new.28833/python-networkx.changes   
    2019-01-24 14:13:38.967346230 +0100
@@ -1,0 +2,6 @@
+Tue Jan 22 11:33:30 UTC 2019 - Matej Cepl <[email protected]>
+
+- Switch off test_subgraph_centrality_big_graph test, as it leads to
+  crashes on i586, gh#networkx/networkx#3304.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-networkx.spec ++++++
--- /var/tmp/diff_new_pack.6rX7Pw/_old  2019-01-24 14:13:39.575345528 +0100
+++ /var/tmp/diff_new_pack.6rX7Pw/_new  2019-01-24 14:13:39.579345523 +0100
@@ -97,7 +97,8 @@
 }
 
 %check
-%python_exec setup.py test
+# test excluded because it leads to crashes on i586, gh#networkx/networkx#3304
+%python_exec setup.py nosetests -v -e 'test_subgraph_centrality_big_graph'
 
 %files %{python_files}
 %license LICENSE.txt



Reply via email to