s3v-
s3v-
typed-ast was removed from Debian sid (unstable) and trixie (testing) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057174 and diagrams is uninstallable consequently. Kind Regards
The fail comes from: https://github.com/celery/vine/blob/8c08b391a9f8976153a3a1972c66296e01f60c66/Changelog#L127 `sphinx.ext.autosectionlabel` extension is needed in `docs/conf.py`. Please see [here](https://sublime-and-sphinx-guide.readthedocs.io/en/latest/references.html#links-to-sections-in-the-same-document) Kind Regards
@kloczek I don't fully understand your comment. This issue comes from that line in `vine/changelog` and not from `case` itself. Adding: ``` extensions = ['sphinx.ext.autosectionlabel'], ``` in `conf.py` makes docs...
Hi again, as @auvipy said, sphinx-celery needs to be compatible with new Sphinx. This commit solves the issue: https://github.com/celery/sphinx_celery/commit/e2f88da7ad7c400dc5b8bd898f18397d21f583a9 Notably: ```diff )) extlinks.setdefault('pypi', ( - 'https://pypi.org/project/%s/', '', + 'https://pypi.org/project/%s/', None,...
Hi, Sphinx 7.3 changed the output from "New in version..." to "Added in version...". I guess the test simply needs to be adapted. Please see: [https://github.com/sphinx-doc/sphinx/commit/db4939f00756d16e1ada3af22e183e4492836507](https://github.com/sphinx-doc/sphinx/commit/db4939f00756d16e1ada3af22e183e4492836507) Kind Regards
Hi, deepdiff fails to build in Debian as well [1] The root cause is that `json` module in Python 3.13 introduced new error [2]; I think the failing test needs...
Hi, I just noticed the issue has already been fixed in this [this PR]( https://github.com/seperman/deepdiff/pull/483/files#diff-613d833879213e52ec24e9229da2f79c5c79b443e81b2f8b90122b7f223768f3)
Hi, Removing leading blank spaces from lines below solves the issue but I don't know whether they are intended. https://github.com/PyCQA/docformatter/blob/504107bdc4618f83a3378faac610e02cd62ef5f9/tests/_data/string_files/do_format_code.toml#L40 https://github.com/PyCQA/docformatter/blob/504107bdc4618f83a3378faac610e02cd62ef5f9/tests/_data/string_files/do_format_code.toml#L53 https://github.com/PyCQA/docformatter/blob/504107bdc4618f83a3378faac610e02cd62ef5f9/tests/_data/string_files/do_format_code.toml#L77 Kind Regards