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