diff --git a/python-sphinx.spec b/python-sphinx.spec index ec72679..141c29a 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -333,9 +333,10 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib %if %{with tests} %check # Currently, all linkcheck tests and test_latex_images need internet +# test_signature_annotations is broken on Python 3.10 (at least in 3.5.4) %pytest \ %if %{without internet} - -k "not linkcheck and not test_latex_images" \ + -k "not linkcheck and not test_latex_images and not test_signature_annotations" \ %endif ; %endif