Bug 1930797

Summary: python-texext FTBFS with Sphinx 3.5
Product: [Fedora] Fedora Reporter: Charalampos Stratakis <cstratak>
Component: python-texextAssignee: Jerry James <loganjerry>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: loganjerry
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1930799 (view as bug list) Environment:
Last Closed: 2021-02-19 20:36:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1928459    

Description Charalampos Stratakis 2021-02-19 15:24:09 UTC
Before every sphinx update a copr repo is set to test the dependant packages.

With Sphinx 3.5.1, python-texext is failing to build from source with:

The HTML pages are in ../../../../tmp/tmpwpsse8g5/html.
=============================== warnings summary ===============================
texext/tests/test_plotdirective.py::TestTopPlotDirective::test_plot_and_math
texext/tests/test_tinypages.py::TestTinyPages::test_some_math
texext/tests/test_tinypages.py::TestTopLevel::test_some_math
  /builddir/build/BUILD/texext-0.6.6/texext/math_dollar.py:218: UserWarning: Need autodoc extension loaded for math_dollar to work on docstrings
    warn("Need autodoc extension loaded for math_dollar to work on "

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================
FAILED texext/tests/test_docstrings.py::TestDocstrings::test_docstrings - ass...
=================== 1 failed, 16 passed, 3 warnings in 2.82s ===================


Link to logs: https://copr.fedorainfracloud.org/coprs/cstratak/sphinx_3_5/build/1970718/

Comment 1 Jerry James 2021-02-19 20:36:01 UTC
I have added a patch to fix the failing test, and submitted a pull request upstream.  The patched package has been built in Rawhide.

Comment 2 Charalampos Stratakis 2021-02-20 18:44:05 UTC
(In reply to Jerry James from comment #1)
> I have added a patch to fix the failing test, and submitted a pull request
> upstream.  The patched package has been built in Rawhide.

Thank you!