From ed5650665df98c492b400cf6f7d3adf4b4e87e3f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 10 2012 15:15:17 +0000 Subject: Disable doctest-tests in run_tests.py --- diff --git a/python-rdflib.spec b/python-rdflib.spec index b775e1e..bb1cf24 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -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