Matej Cepl 2020-06-29 14:41:57 +00:00 committed by Git OBS Bridge
parent 08768e77e0
commit d70efc0b39

View File

@ -27,6 +27,7 @@ URL: https://networkx.github.io/
Source: https://files.pythonhosted.org/packages/source/n/networkx/networkx-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/n/networkx/networkx-%{version}.tar.gz
# UPSTREAM PATCH: gh#networkx/networkx#3724 # UPSTREAM PATCH: gh#networkx/networkx#3724
Patch0: numpy-38-test.patch Patch0: numpy-38-test.patch
# UPSTREAM PATCH: gh#networkx/networkx#3697
Patch1: matplotlib.patch Patch1: matplotlib.patch
BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module decorator >= 3.4.0} BuildRequires: %{python_module decorator >= 3.4.0}
@ -101,7 +102,7 @@ popd
} }
%check %check
# TestKatzCentralityDirectedNumpy fails on git master atm too # gh#networkx/networkx#4030 TestKatzCentralityDirectedNumpy failing
%pytest -n auto -k 'not TestKatzCentralityDirectedNumpy' %pytest -n auto -k 'not TestKatzCentralityDirectedNumpy'
%files %{python_files} %files %{python_files}