Skip to content

CI cassée #1835

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jeanas opened this issue Apr 4, 2022 · 2 comments · Fixed by #1837
Closed

CI cassée #1835

jeanas opened this issue Apr 4, 2022 · 2 comments · Fixed by #1837

Comments

@jeanas
Copy link
Collaborator

jeanas commented Apr 4, 2022

La CI plante sur la branche 3.10.

https://github.com/python/python-docs-fr/runs/5815827738?check_suite_focus=true

Missing the required blurb or sphinx-build tools.
make: *** [Makefile:231: autobuild-dev-html] Error 2
Please run 'make venv' to install local copies.

Je n'ai pas le temps de regarder davantage tout de suite.

@christopheNan
Copy link
Contributor

Pourtant, elle est bien passée sur la même source au moment de la vérification de #1832 :
https://github.com/python/python-docs-fr/runs/5753906897?check_suite_focus=true

@JulienPalard
Copy link
Member

JulienPalard commented Apr 5, 2022

On dirait que c'est Sphinx qui se prend :

ImportError: cannot import name 'environmentfilter' from 'jinja2'

En effet dans le changelog de Jinja2, on peut lire :

contextfilter and contextfunction are replaced by pass_context. evalcontextfilter and evalcontextfunction are replaced by pass_eval_context. environmentfilter and environmentfunction are replaced by pass_environment.

Et on est pas les seuls : sphinx-doc/sphinx#10291

Mais Jinja a été épinglé upstream: python/cpython@9194a7b, un make merge devrait suffire.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants