From e02c2ad017db0618871e26892f27db8b5fdb2b3dfdfadc7332a49bb9c2867eef Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 19 Oct 2021 22:30:22 +0000 Subject: [PATCH] Add metadata OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygraphviz?expand=0&rev=19 --- python-pygraphviz.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-pygraphviz.spec b/python-pygraphviz.spec index 47aa261..695d0d9 100644 --- a/python-pygraphviz.spec +++ b/python-pygraphviz.spec @@ -72,7 +72,9 @@ export CFLAGS="%{optflags}" %if %{with tests} %check +# export PYTEST_ADDOPTS="--doctest-modules --durations=10 --import-mode=importlib" export PYTEST_ADDOPTS="--import-mode=importlib" +# skip tests because of gh#pygraphviz/pygraphviz#366 %pytest_arch -k 'not (test_drawing_makes_file or test_drawing_makes_file1 or test_drawing_makes_file)' %endif