From 25af7978b41047489915d5e4d0d980ee2bb09407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 11 May 2021 10:36:13 +0200 Subject: [PATCH] Temporarily skip test_signature_annotations to unblock Python 3.10 rebuild --- python-sphinx.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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