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