From 5496e47ab670373d15ecc30659ae40170e0a33139aed396973f6f7d7782fcc01 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 7 Jul 2020 20:33:55 +0000 Subject: [PATCH] - We don't need to skip TestKatzCentralityDirectedNumpy when we don't use -n auto parameter of pytest (gh#networkx/networkx#4030) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=22 --- python-networkx.changes | 6 ++++++ python-networkx.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-networkx.changes b/python-networkx.changes index ba28511..98c40dd 100644 --- a/python-networkx.changes +++ b/python-networkx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 7 20:31:26 UTC 2020 - Matej Cepl + +- We don't need to skip TestKatzCentralityDirectedNumpy when we don't + use -n auto parameter of pytest (gh#networkx/networkx#4030) + ------------------------------------------------------------------- Mon Jun 29 10:01:59 UTC 2020 - Matej Cepl diff --git a/python-networkx.spec b/python-networkx.spec index 529d9ca..9065604 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -102,8 +102,9 @@ popd } %check -# gh#networkx/networkx#4030 TestKatzCentralityDirectedNumpy failing -%pytest -n auto -k 'not TestKatzCentralityDirectedNumpy' +# gh#networkx/networkx#4030 we cannot use -n auto because +# TestKatzCentralityDirectedNumpy fails otherwise +%pytest %files %{python_files} %license LICENSE.txt