forked from pool/python-networkx
Accepting request 817741 from devel:languages:python:numeric
- Skipping over test_subgraph_centrality_big_graph is not necessary anymore (gh#networkx/networkx#3304) OBS-URL: https://build.opensuse.org/request/show/817741 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=21
This commit is contained in:
commit
f326f241a4
@ -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>
|
||||
|
||||
|
@ -27,6 +27,7 @@ URL: https://networkx.github.io/
|
||||
Source: https://files.pythonhosted.org/packages/source/n/networkx/networkx-%{version}.tar.gz
|
||||
# UPSTREAM PATCH: gh#networkx/networkx#3724
|
||||
Patch0: numpy-38-test.patch
|
||||
# UPSTREAM PATCH: gh#networkx/networkx#3697
|
||||
Patch1: matplotlib.patch
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module decorator >= 3.4.0}
|
||||
@ -101,9 +102,8 @@ 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'
|
||||
# gh#networkx/networkx#4030 TestKatzCentralityDirectedNumpy failing
|
||||
%pytest -n auto -k 'not TestKatzCentralityDirectedNumpy'
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user