14
0
2021-10-19 22:30:22 +00:00
committed by Git OBS Bridge
parent 79fd3540b2
commit e02c2ad017

View File

@@ -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