bitprophet / releases

A powerful Sphinx changelog-generating extension.
http://releases.readthedocs.io/
BSD 2-Clause "Simplified" License
176 stars 41 forks source link

tests fail against sphinx 7.3.x #103

Open dirkmueller opened 2 months ago

dirkmueller commented 2 months ago

I'm getting this test failure with Sphinx 7.3.x:


 =================================== FAILURES ===================================
 ____________ make_app_.unused_kwargs_become_releases_config_options ____________

 self = <util.make_app_ object at 0x7f0cf898a680>

     def unused_kwargs_become_releases_config_options(self):
         app = make_app(debug=True, document_name="notchangelog")
         assert app.config.releases_debug is True
 >       assert app.config.releases_document_name == "notchangelog"
 E       AssertionError