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