forked from pool/python-networkx
- Skipping over test_subgraph_centrality_big_graph is not
necessary anymore (gh#networkx/networkx#3304) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=18
This commit is contained in:
parent
8a6a3a140c
commit
a082dd8113
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 29 10:01:59 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Skipping over test_subgraph_centrality_big_graph is not
|
||||
necessary anymore (gh#networkx/networkx#3304)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 08:38:55 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -103,7 +103,7 @@ popd
|
||||
%check
|
||||
# test excluded because it leads to crashes on i586, gh#networkx/networkx#3304
|
||||
# TestKatzCentralityDirectedNumpy fails on git master atm too
|
||||
%pytest -n auto -k 'not test_subgraph_centrality_big_graph and not TestKatzCentralityDirectedNumpy'
|
||||
%pytest -n auto -k 'not TestKatzCentralityDirectedNumpy'
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user