1
0

- Switch off test_subgraph_centrality_big_graph test, as it leads to

crashes on i586, gh#networkx/networkx#3304.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=7
This commit is contained in:
Matej Cepl 2019-01-22 11:34:19 +00:00 committed by Git OBS Bridge
parent 9bd6d1619e
commit 8de11b0465
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 22 11:33:30 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Switch off test_subgraph_centrality_big_graph test, as it leads to
crashes on i586, gh#networkx/networkx#3304.
-------------------------------------------------------------------
Wed Jan 2 13:55:25 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@ -97,7 +97,8 @@ popd
}
%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