From 08768e77e047bf86a2f37eaa3b5e2331bbabd599e109ceebe700d4a420868bb6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 29 Jun 2020 10:03:16 +0000 Subject: [PATCH] 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'