Stop skipping some tests that used to fail
This commit is contained in:
parent
153c8a4054
commit
63a8f7aefb
@ -352,11 +352,10 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib
|
|||||||
export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
||||||
export PATH=%{buildroot}%{_bindir}:$PATH
|
export PATH=%{buildroot}%{_bindir}:$PATH
|
||||||
|
|
||||||
# Currently, all linkcheck tests and test_latex_remote_images need internet
|
# Currently, all linkcheck tests and test_latex_images need internet
|
||||||
# XXX investigate test_gettext_definition_terms test_text_definition_terms
|
|
||||||
%{__python3} -m pytest \
|
%{__python3} -m pytest \
|
||||||
%if %{without internet}
|
%if %{without internet}
|
||||||
-k "not linkcheck and not latex_remote_images and not test_latex_images and not test_gettext_definition_terms and not test_text_definition_terms" \
|
-k "not linkcheck and not test_latex_images" \
|
||||||
%endif
|
%endif
|
||||||
;
|
;
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user