From a082dd8113efa893fb4cc069c13a0b29278c8491f99eb8c0b0a7e2dd631297e8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 29 Jun 2020 10:02:26 +0000 Subject: [PATCH 1/3] - 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 --- python-networkx.changes | 6 ++++++ python-networkx.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-networkx.changes b/python-networkx.changes index 481ecf0..ba28511 100644 --- a/python-networkx.changes +++ b/python-networkx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 29 10:01:59 UTC 2020 - Matej Cepl + +- 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 diff --git a/python-networkx.spec b/python-networkx.spec index 8345175..8f926de 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -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 From 08768e77e047bf86a2f37eaa3b5e2331bbabd599e109ceebe700d4a420868bb6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 29 Jun 2020 10:03:16 +0000 Subject: [PATCH 2/3] Remove unnecessary comment OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=19 --- python-networkx.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-networkx.spec b/python-networkx.spec index 8f926de..2d15cd8 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -101,7 +101,6 @@ 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 TestKatzCentralityDirectedNumpy' From d70efc0b3964157f2e9a9dfa4f43264ea17e604dc04d100bcdf709d1bc8f317a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 29 Jun 2020 14:41:57 +0000 Subject: [PATCH 3/3] Add metadata to skipped tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=20 --- python-networkx.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-networkx.spec b/python-networkx.spec index 2d15cd8..529d9ca 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -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,7 +102,7 @@ popd } %check -# TestKatzCentralityDirectedNumpy fails on git master atm too +# gh#networkx/networkx#4030 TestKatzCentralityDirectedNumpy failing %pytest -n auto -k 'not TestKatzCentralityDirectedNumpy' %files %{python_files}