You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the testsuite against Python 3.13 causes widespread devastation, which I have managed to nail down to the app not actually firing under Python 3.13. Comparing generated HTML files from the test_buildhtml_alt testcase, since it's one of the more trivial ones between Python 3.12 and 3.13 gives us:
Running the testsuite against Python 3.13 causes widespread devastation, which I have managed to nail down to the app not actually firing under Python 3.13. Comparing generated HTML files from the
test_buildhtml_alt
testcase, since it's one of the more trivial ones between Python 3.12 and 3.13 gives us:Which certainly seems like the
uml::
directive is not expanded. I'm happy to help debug this further if required.The text was updated successfully, but these errors were encountered: