NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
163 stars 73 forks source link

update test to expect the output of a new version of sphinx #349

Closed cwmeijer closed 10 months ago

cwmeijer commented 10 months ago

Description

This should make test 'test_coverage_api_docs' pass. It had been failing since an update of Sphinx. See https://github.com/NLeSC/python-template/pull/347#issuecomment-1710684574. Note that the new output changes in the order of lines between runs. This makes testing a bit more complicated.

Instructions to review the pull request