1
0

- 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:
Matej Cepl 2020-06-29 10:02:26 +00:00 committed by Git OBS Bridge
parent 8a6a3a140c
commit a082dd8113
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View File

@ -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