sphinxcontrib-trio icon indicating copy to clipboard operation
sphinxcontrib-trio copied to clipboard

test_end_to_end fails

Open CyberTailor opened this issue 4 years ago • 2 comments

Details and log: https://bugs.gentoo.org/784152

CyberTailor avatar May 03 '21 20:05 CyberTailor

looks like the relevant bit is:

failed check

'<em class="property">await </em><code class="(sig-name )?descname">foo</code>'

failed test_content

'<div class="admonition note">\n<p class="admonition-title">Note</p>\n<dl class="py function">\n<dt>\n<em class="property"><span class="pre">await</span> </em><code class="sig-name descname"><span class="pre">foo</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">bar</span></span></em><span class="sig-paren">)</span></dt>\n<dd></dd></dl>\n\n\n</div>\n'

Probably a change in sphinx upstream that our test is overly sensitive to, but should dig into it more.

njsmith avatar May 04 '21 04:05 njsmith

Ah yeah, looks like dependabot found the same issue here: https://github.com/python-trio/sphinxcontrib-trio/pull/256

njsmith avatar May 04 '21 04:05 njsmith