Deselect test_gettext_definition_terms, test_text_definition_terms
This commit is contained in:
parent
92839f3f56
commit
a42c28ce7c
@ -353,9 +353,10 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
||||
export PATH=%{buildroot}%{_bindir}:$PATH
|
||||
|
||||
# Currently, all linkcheck tests and test_latex_remote_images need internet
|
||||
# XXX investigate test_gettext_definition_terms test_text_definition_terms
|
||||
%{__python3} -m pytest \
|
||||
%if %{without internet}
|
||||
-k "not linkcheck and not latex_remote_images and not test_latex_images" \
|
||||
-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" \
|
||||
%endif
|
||||
;
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user