Enable one of previously deselected tests

This commit is contained in:
Karolina Surma 2021-09-20 15:18:51 +02:00
parent f0f09a5087
commit 9dc09b9e79

View File

@ -350,10 +350,9 @@ 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 and not test_signature_annotations" \
-k "not linkcheck and not test_latex_images" \
%endif
;
%endif
@ -385,6 +384,7 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib
* Thu Sep 16 2021 Karolina Surma <ksurma@redhat.com> - 1:4.1.2-3
- Display typing objects correctly with Python 3.10 (fix FTBFS)
- Generate correct reference to parent class if class has `_name` attribute
- Enable previously deselected test
* Wed Aug 18 2021 Karolina Surma <ksurma@redhat.com> - 1:4.1.2-2
- Patch python-sphinx to work with python-pygments >=2.10