Disable doctest-tests in run_tests.py

epel9
Pierre-Yves Chibon 12 years ago
parent c9394c6d40
commit ed5650665d

@ -65,6 +65,7 @@ chmod +x $RPM_BUILD_ROOT/%{python_sitelib}/rdflib/plugins/parsers/notation3.py
%check
%if %{run_tests}
sed -i -e "s|'--with-doctest'|#'--with-doctest'|" run_tests.py
sed -i -e "s|'--doctest-tests'|#'--doctest-tests'|" run_tests.py
%{__python} run_tests.py
%endif

Loading…
Cancel
Save