Fortran-FOSS-Programmers / ford

Automatically generates FORtran Documentation from comments within the code.
https://forddocs.readthedocs.io
GNU General Public License v3.0
405 stars 131 forks source link

Test failures on Fedora linux #567

Closed bkmgit closed 11 months ago

bkmgit commented 11 months ago

When building on Fedora linux Rawhide (40), the test suites that pass are:

Would also be great to relax dependency version requirements in pyproject.toml to:

markdown-include >= 0.7.0
python-markdown-math >= 0.8
toposort >= 1.7.0
pygments >= 2.12.0
graphviz >= 0.20.0
tqdm >= 4.64.0
ZedThree commented 11 months ago

Oh dear, do they all fail with similar errors? There have been quite a few changes since the last release, so it would be interesting to know if they still fail on current master.

Happy to relax those dependency requirements, though I'll need to double-check none of them have breaking changes.